mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +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
|
./hardware-configuration.nix
|
||||||
inputs.impermanence.nixosModules.impermanence
|
inputs.impermanence.nixosModules.impermanence
|
||||||
"${
|
"${
|
||||||
builtins.fetchTarball
|
builtins.fetchTarball {
|
||||||
"https://github.com/nix-community/disko/archive/master.tar.gz"
|
url =
|
||||||
|
"https://github.com/nix-community/disko/archive/refs/tags/v1.12.0.tar.gz";
|
||||||
|
sha256 = "0wbx518d2x54yn4xh98cgm65wvj0gpy6nia6ra7ns4j63hx14fkq";
|
||||||
|
}
|
||||||
}/module.nix"
|
}/module.nix"
|
||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
# (inputs.nixpkgs
|
# (inputs.nixpkgs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue