Remove some dep that broke?
This commit is contained in:
parent
fc3c734f57
commit
66b7f221a3
2 changed files with 3 additions and 20 deletions
21
flake.lock
21
flake.lock
|
@ -180,7 +180,9 @@
|
|||
"inputs": {
|
||||
"nix": "nix",
|
||||
"nixpkgs": [
|
||||
"nixpkgs-hydra"
|
||||
"hydra",
|
||||
"nix",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
|
@ -295,22 +297,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-hydra": {
|
||||
"locked": {
|
||||
"lastModified": 1645296114,
|
||||
"narHash": "sha256-y53N7TyIkXsjMpOG7RhvqJFGDacLs9HlyHeSTBioqYU=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "530a53dcbc9437363471167a5e4762c5fcfa34a1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-21.05-small",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1644472683,
|
||||
|
@ -437,7 +423,6 @@
|
|||
"miifox-net": "miifox-net",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_5",
|
||||
"nixpkgs-hydra": "nixpkgs-hydra",
|
||||
"nur": "nur",
|
||||
"polymc": "polymc",
|
||||
"sops-nix": "sops-nix"
|
||||
|
|
|
@ -15,8 +15,6 @@ rec {
|
|||
polymc.inputs.nixpkgs.follows = "nixpkgs";
|
||||
dns.url = "github:DarkKirb/dns.nix?ref=master";
|
||||
hydra.url = github:thufschmitt/hydra/nix-ca;
|
||||
nixpkgs-hydra.url = "github:NixOS/nixpkgs/nixos-21.05-small";
|
||||
hydra.inputs.nixpkgs.follows = "nixpkgs-hydra";
|
||||
hosts-list.url = github:StevenBlack/hosts;
|
||||
hosts-list.flake = false;
|
||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||
|
|
Loading…
Reference in a new issue