diff --git a/flake.lock b/flake.lock index a77bbe3..77f964f 100644 --- a/flake.lock +++ b/flake.lock @@ -44,16 +44,15 @@ ] }, "locked": { - "lastModified": 1690751248, - "narHash": "sha256-al5+aqPKL2VtCnuMccafyl4hQqZn+xIaG7vLuhGWfvE=", + "lastModified": 1726838624, + "narHash": "sha256-SU40aZ/UyK4bhuanaWvqlhIw2/kiDrGYcKxCkTn5FP8=", "owner": "nix-community", "repo": "disko", - "rev": "67c4508ce9a778f429a5af3571f49733fd3e8a05", + "rev": "0fe779905ffe730eace0bf7ecf56938c625012a5", "type": "github" }, "original": { "owner": "nix-community", - "ref": "make-disk-image", "repo": "disko", "type": "github" } diff --git a/flake.nix b/flake.nix index 6c74a5c..51bc0fa 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ }; disko = { - url = "github:nix-community/disko/make-disk-image"; + url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; };