use stable nixos-25.05 instead of unstable

This commit is contained in:
2025-10-05 15:29:24 +02:00
parent 08cf457aa3
commit 8bf17e74ef
8 changed files with 96 additions and 53 deletions

View File

@@ -25,11 +25,11 @@
my-pkgs = final: prev: {frajul = import ../pkgs {pkgs = final;};};
nixpkgs-stable-unstable = final: prev: {
unstable = import inputs.nixpkgs {
unstable = import inputs.nixpkgs-unstable {
system = prev.system;
config.allowUnfree = true;
};
stable = import inputs.nixpkgs-stable {
stable = import inputs.nixpkgs {
system = prev.system;
config.allowUnfree = true;
};