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