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": {
"lastModified": 1708221730,
"narHash": "sha256-vyx6tsnDGX4bNegiF1kREHMRDH7hy+q1m56V8JYHWLI=",
"lastModified": 1704318910,
"narHash": "sha256-wOIJwAsnZhM0NlFRwYJRgO4Lldh8j9viyzwQXtrbNtM=",
"owner": "nix-community",
"repo": "disko",
"rev": "d8a4377cd8eec23668ea3fae07efee9d5782cb91",
"rev": "aef9a509db64a081186af2dc185654d78dc8e344",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "refs/tags/v1.3.0",
"repo": "disko",
"type": "github"
}

View file

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