fix version of disko

current_state
Christian Ott 2 years ago
parent af01d9880d
commit d5d58d3054
  1. 4
      configuration.nix

@ -9,8 +9,8 @@
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
"${builtins.fetchTarball { "${builtins.fetchTarball {
url = "https://github.com/nix-community/disko/archive/master.tar.gz"; url = "https://github.com/nix-community/disko/archive/refs/tags/v1.6.1.tar.gz";
sha256 = "1z9x5jig1mcn41vcqlb3nld91lfdfx4nfwb23k4zjy4yfh59a99p"; sha256 = "09yvxf1cbkwv6lncnfcnkj83jm5qs812q6dvvvq40n7wg4kl1gpj";
}}/module.nix" }}/module.nix"
./disko.nix ./disko.nix
]; ];

Loading…
Cancel
Save

Powered by TurnKey Linux.