mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-02 23:13:31 +00:00
flake: add nil to cached packages
Some checks are pending
Some checks are pending
This commit is contained in:
parent
37d69f0340
commit
1e14ef78e2
2 changed files with 6 additions and 0 deletions
BIN
flake.lock
generated
BIN
flake.lock
generated
Binary file not shown.
|
@ -62,6 +62,7 @@
|
||||||
|
|
||||||
# 3rd party packages
|
# 3rd party packages
|
||||||
"wiremix"
|
"wiremix"
|
||||||
|
"nil"
|
||||||
];
|
];
|
||||||
|
|
||||||
mappedPkgs = listToAttrs (map (input: {
|
mappedPkgs = listToAttrs (map (input: {
|
||||||
|
@ -144,5 +145,10 @@
|
||||||
systems.follows = "systems";
|
systems.follows = "systems";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nil = {
|
||||||
|
url = "github:oxalica/nil";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue