rename input: unstable -> nixpkgs-unstable

This commit is contained in:
2023-11-05 01:22:36 +01:00
parent b458801f95
commit 3caa66fb64
5 changed files with 41 additions and 43 deletions

View File

@@ -32,7 +32,7 @@
flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git";
flags = [
"--update-input" "nixpkgs"
"--update-input" "unstable"
"--update-input" "nixpkgs-unstable"
"--no-write-lock-file"
];
};