forked from UniverseBow/flake
remove nixpkgs-master
This commit is contained in:
parent
20d54b95e3
commit
69eb9a1a93
2 changed files with 0 additions and 11 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
|
|
||||||
|
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||||
|
|
||||||
|
|
|
||||||
10
nixpkgs.nix
10
nixpkgs.nix
|
|
@ -28,15 +28,5 @@ in {
|
||||||
allowBroken = false;
|
allowBroken = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# nixpkgs-master
|
|
||||||
mpkgs = {
|
|
||||||
source = inputs.nixpkgs-master;
|
|
||||||
overlays = [] ++ sharedOverlays;
|
|
||||||
config = {
|
|
||||||
allowUnfree = true;
|
|
||||||
allowBroken = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue