Add method to selectively pull packages from master

This commit is contained in:
Dave Gallant
2024-10-11 08:48:34 -04:00
parent 3e87b8f092
commit dd73cab0ed
3 changed files with 33 additions and 1 deletions

17
flake.lock generated
View File

@@ -420,6 +420,22 @@
"type": "github"
}
},
"nixpkgs-master": {
"locked": {
"lastModified": 1728650607,
"narHash": "sha256-0lOnVTzRXzpk5uxbHLm3Ti3tyPAvirAIQDfwEUd8arg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "612ee628421ba2c1abca4c99684862f76cb3b089",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1728538411,
@@ -486,6 +502,7 @@
"home-manager": "home-manager",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"nixpkgs-master": "nixpkgs-master",
"nixpkgs-unstable": "nixpkgs-unstable",
"nixvim": "nixvim",
"stylix": "stylix"