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": {
|
"inputs": {
|
||||||
"nix": "nix",
|
"nix": "nix",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs-hydra"
|
"hydra",
|
||||||
|
"nix",
|
||||||
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -295,22 +297,6 @@
|
||||||
"type": "github"
|
"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": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1644472683,
|
"lastModified": 1644472683,
|
||||||
|
@ -437,7 +423,6 @@
|
||||||
"miifox-net": "miifox-net",
|
"miifox-net": "miifox-net",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs_5",
|
"nixpkgs": "nixpkgs_5",
|
||||||
"nixpkgs-hydra": "nixpkgs-hydra",
|
|
||||||
"nur": "nur",
|
"nur": "nur",
|
||||||
"polymc": "polymc",
|
"polymc": "polymc",
|
||||||
"sops-nix": "sops-nix"
|
"sops-nix": "sops-nix"
|
||||||
|
|
|
@ -15,8 +15,6 @@ rec {
|
||||||
polymc.inputs.nixpkgs.follows = "nixpkgs";
|
polymc.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
dns.url = "github:DarkKirb/dns.nix?ref=master";
|
dns.url = "github:DarkKirb/dns.nix?ref=master";
|
||||||
hydra.url = github:thufschmitt/hydra/nix-ca;
|
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.url = github:StevenBlack/hosts;
|
||||||
hosts-list.flake = false;
|
hosts-list.flake = false;
|
||||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||||
|
|
Loading…
Reference in a new issue