mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switched to nix unstable
This commit is contained in:
parent
d8092c47e0
commit
b137e67641
3 changed files with 9 additions and 80 deletions
|
|
@ -1,11 +1,12 @@
|
|||
inputs: {
|
||||
lib,
|
||||
pkgs,
|
||||
self,
|
||||
settings,
|
||||
...
|
||||
}: {
|
||||
nix = {
|
||||
# package = nix.packages.${pkgs.system}.nix;
|
||||
package = pkgs.nixVersions.unstable;
|
||||
#automatically get registry from input flakes
|
||||
registry = (
|
||||
lib.attrsets.mapAttrs (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue