attempt patch via new mix changes
This commit is contained in:
parent
3a1c1be48f
commit
ec82962a8f
3 changed files with 7 additions and 13 deletions
|
|
@ -16,8 +16,7 @@
|
|||
deploy-rs,
|
||||
...
|
||||
} @ inputs:
|
||||
mix.mkMod (mix.newMixture {specialArgs = inputs;})
|
||||
(mixture: {
|
||||
mix.newMixture inputs (mixture: {
|
||||
includes.public = [
|
||||
./flake-config
|
||||
];
|
||||
|
|
|
|||
|
|
@ -11,13 +11,8 @@
|
|||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
{
|
||||
mix,
|
||||
mixture,
|
||||
...
|
||||
}:
|
||||
mix.mkMod mixture
|
||||
(mixture: {
|
||||
{mix, ...} @ inputs:
|
||||
mix.newMixture inputs (mixture: {
|
||||
includes.public = [
|
||||
./nodes
|
||||
./nexus
|
||||
|
|
|
|||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -43,8 +43,8 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1768450300,
|
||||
"narHash": "sha256-dmy3lOlkYYXOwQZI73Wvu6N6HXkw3y9QqaKsbcbU/Jk=",
|
||||
"lastModified": 1768453675,
|
||||
"narHash": "sha256-KirWmGJS37nZ8Ub64gUb/iHGMiwrp83DHYgRIujFOgw=",
|
||||
"path": "/home/me/agribit/nexus/mix",
|
||||
"type": "path"
|
||||
},
|
||||
|
|
@ -60,8 +60,8 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1768450257,
|
||||
"narHash": "sha256-Xjrq9tofKIXPomr+vLquFlJhPcmID+ivYEdizoSxGb8=",
|
||||
"lastModified": 1768453677,
|
||||
"narHash": "sha256-PccWYqS05ZPEG2tA+u0CxgQK1ikt9FKX515yr2LljG0=",
|
||||
"path": "/home/me/agribit/nexus/nib",
|
||||
"type": "path"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue