1
0
Fork 0
forked from UniverseBow/flake

remove nixpkgs-master

This commit is contained in:
do butterflies cry? 2026-03-27 13:05:13 +10:00
parent 20d54b95e3
commit 69eb9a1a93
Signed by: cry
GPG key ID: F68745A836CA0412
2 changed files with 0 additions and 11 deletions

View file

@ -6,7 +6,6 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
nixos-hardware.url = "github:NixOS/nixos-hardware";

View file

@ -28,15 +28,5 @@ in {
allowBroken = false;
};
};
# nixpkgs-master
mpkgs = {
source = inputs.nixpkgs-master;
overlays = [] ++ sharedOverlays;
config = {
allowUnfree = true;
allowBroken = false;
};
};
};
}