1
0
Fork 0

disko: pin to latest release
All checks were successful
Build / build-amd64-linux (push) Successful in 29s
Build / build-arm64-linux (push) Successful in 1m19s

This commit is contained in:
Daniel Kempkens 2024-02-18 13:41:02 +01:00
parent bcee31f314
commit 18674abe29
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 5 additions and 4 deletions

View file

@ -79,15 +79,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1708221730, "lastModified": 1704318910,
"narHash": "sha256-vyx6tsnDGX4bNegiF1kREHMRDH7hy+q1m56V8JYHWLI=", "narHash": "sha256-wOIJwAsnZhM0NlFRwYJRgO4Lldh8j9viyzwQXtrbNtM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "d8a4377cd8eec23668ea3fae07efee9d5782cb91", "rev": "aef9a509db64a081186af2dc185654d78dc8e344",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "refs/tags/v1.3.0",
"repo": "disko", "repo": "disko",
"type": "github" "type": "github"
} }

View file

@ -23,7 +23,7 @@
# Overlays # Overlays
disko = { disko = {
url = "github:nix-community/disko"; url = "github:nix-community/disko?ref=refs/tags/v1.3.0";
inputs.nixpkgs.follows = "nixos-unstable"; inputs.nixpkgs.follows = "nixos-unstable";
}; };