mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Add hash
This commit is contained in:
parent
41ae205f6a
commit
39c26942a7
1 changed files with 5 additions and 2 deletions
|
|
@ -7,8 +7,11 @@ in {
|
|||
./hardware-configuration.nix
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
"${
|
||||
builtins.fetchTarball
|
||||
"https://github.com/nix-community/disko/archive/master.tar.gz"
|
||||
builtins.fetchTarball {
|
||||
url =
|
||||
"https://github.com/nix-community/disko/archive/refs/tags/v1.12.0.tar.gz";
|
||||
sha256 = "0wbx518d2x54yn4xh98cgm65wvj0gpy6nia6ra7ns4j63hx14fkq";
|
||||
}
|
||||
}/module.nix"
|
||||
./disk-config.nix
|
||||
# (inputs.nixpkgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue