mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:36:33 +01:00
Use Unstabel
This commit is contained in:
parent
2eb7bf297c
commit
1bd7ad090e
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = github:NixOS/nixpkgs;
|
||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
||||
nur.url = github:nix-community/NUR;
|
||||
home-manager= {
|
||||
url = github:nix-community/home-manager;
|
||||
|
@ -47,6 +47,7 @@
|
|||
config.allowUnfree = true;
|
||||
#overlays = [ prismlauncher.overlay nur.overlay ];
|
||||
};
|
||||
system.stateVersion = "23.05"
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue