more cleanup

This commit is contained in:
Daniel Lundin 2024-10-18 10:57:46 +02:00
parent c9f5febd94
commit a362c3885f
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 17 additions and 32 deletions
overlays

View file

@ -13,6 +13,10 @@
};
unstable-packages = final: _prev: {
stable = import inputs.nixpkgs-stable {
system = final.system;
config.allowUnfree = true;
};
unstable = import inputs.nixpkgs-unstable {
system = final.system;
config.allowUnfree = true;