Remove the old nixpkgs-unstable input

This is not needed as I'm now using unstable by default.
This commit is contained in:
Oliver Davies 2024-11-21 10:32:41 +00:00
parent 5ba4add9a3
commit 2ed0cfbb20
6 changed files with 2 additions and 30 deletions
nix/overlays

View file

@ -17,11 +17,4 @@
system = final.system;
};
};
unstable-packages = final: _prev: {
unstable = import inputs.nixpkgs-unstable {
config.allowUnfree = true;
system = final.system;
};
};
}