lock to specific nix revision
This commit is contained in:
parent
c10f19bfc0
commit
085845da13
2 changed files with 20 additions and 14 deletions
28
flake.lock
28
flake.lock
|
@ -179,9 +179,10 @@
|
|||
"hydra": {
|
||||
"inputs": {
|
||||
"newNixpkgs": "newNixpkgs",
|
||||
"nix": "nix",
|
||||
"nix": [
|
||||
"nix"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"hydra",
|
||||
"nix",
|
||||
"nixpkgs"
|
||||
]
|
||||
|
@ -271,14 +272,18 @@
|
|||
"nixpkgs-regression": "nixpkgs-regression"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 0,
|
||||
"narHash": "sha256-m8tqCS6uHveDon5GSro5yZor9H+sHeh+v/veF1IGw24=",
|
||||
"path": "/nix/store/x509laxixq7hgvp9j3qv3f4v0wflr9sy-source",
|
||||
"type": "path"
|
||||
"lastModified": 1649172203,
|
||||
"narHash": "sha256-Q3nYaXqbseDOvZrlePKeIrx0/KzqyrtNpxHIUbtFHuI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nix",
|
||||
"rev": "5fe4fe823c193cbb7bfa05a468de91eeab09058d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nix",
|
||||
"type": "indirect"
|
||||
"owner": "NixOS",
|
||||
"repo": "nix",
|
||||
"rev": "5fe4fe823c193cbb7bfa05a468de91eeab09058d",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-hardware": {
|
||||
|
@ -376,11 +381,11 @@
|
|||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1632864508,
|
||||
"narHash": "sha256-d127FIvGR41XbVRDPVvozUPQ/uRHbHwvfyKHwEt5xFM=",
|
||||
"lastModified": 1645296114,
|
||||
"narHash": "sha256-y53N7TyIkXsjMpOG7RhvqJFGDacLs9HlyHeSTBioqYU=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "82891b5e2c2359d7e58d08849e4c89511ab94234",
|
||||
"rev": "530a53dcbc9437363471167a5e4762c5fcfa34a1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -467,6 +472,7 @@
|
|||
"hosts-list": "hosts-list",
|
||||
"hydra": "hydra",
|
||||
"miifox-net": "miifox-net",
|
||||
"nix": "nix",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_5",
|
||||
"nixpkgs-systemd-249": "nixpkgs-systemd-249",
|
||||
|
|
|
@ -15,9 +15,9 @@ rec {
|
|||
polymc.inputs.nixpkgs.follows = "nixpkgs";
|
||||
dns.url = "github:DarkKirb/dns.nix?ref=master";
|
||||
hydra.url = github:NixOS/hydra;
|
||||
#nix.url = github:NixOS/nix/2.7.0;
|
||||
#hydra.inputs.nix.follows = "nix";
|
||||
#hydra.inputs.nixpkgs.follows = "nix/nixpkgs";
|
||||
nix.url = github:NixOS/nix/5fe4fe823c193cbb7bfa05a468de91eeab09058d;
|
||||
hydra.inputs.nix.follows = "nix";
|
||||
hydra.inputs.nixpkgs.follows = "nix/nixpkgs";
|
||||
hosts-list.url = github:StevenBlack/hosts;
|
||||
hosts-list.flake = false;
|
||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||
|
|
Loading…
Reference in a new issue