inputs: downgrade disko temporarily for smaller closure size

This commit is contained in:
Lu Wang 2024-12-15 17:30:38 +08:00
parent 9ee56c2fc5
commit 1bca414c4c
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU
2 changed files with 5 additions and 5 deletions

View file

@ -49,16 +49,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1730135292, "lastModified": 1728673344,
"narHash": "sha256-CI27qHAbc3/tIe8sb37kiHNaeCqGxNimckCMj0lW5kg=", "narHash": "sha256-O0QVhsj9I/hmcIqJ4qCqFyzvjYL+dtzJP0C5MFd8O/Y=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "ab58501b2341bc5e0fc88f2f5983a679b075ddf5", "rev": "ff0a471763faaaca1859fd6de80f44fa0fce91a6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "v1.9.0", "ref": "v1.8.2",
"repo": "disko", "repo": "disko",
"type": "github" "type": "github"
} }

View file

@ -41,7 +41,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
disko = { disko = {
url = "github:nix-community/disko/v1.9.0"; url = "github:nix-community/disko/v1.8.2";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
lanzaboote = { lanzaboote = {