fix makeDiskImages reference

This commit is contained in:
Jörg Thalheim
2023-09-22 12:59:37 +02:00
parent 3b810b074c
commit 56cd9d1cf4
3 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
floco.url = "github:aakropotkin/floco";
floco.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";
disko.url = "github:nix-community/disko/party";
disko.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "sops-nix";