renaming nixpkgs-unstable to nixos-unstable

This commit is contained in:
Ranomier 2025-03-27 19:12:25 +01:00
parent 24a96cd8dc
commit cec7ed3818
4 changed files with 64 additions and 63 deletions

View file

@ -15,7 +15,7 @@
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.unstable'
unstable-packages = final: _prev: {
unstable = import inputs.nixpkgs-unstable {
unstable = import inputs.nixos-unstable {
system = final.system;
config.allowUnfree = true;
};