fix(flake): Fixed disko input url

This commit is contained in:
GaspardCulis 2024-09-20 14:16:28 +00:00
parent abcb3d53c2
commit 3ca03b83ed
2 changed files with 4 additions and 5 deletions

View file

@ -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"
}

View file

@ -9,7 +9,7 @@
};
disko = {
url = "github:nix-community/disko/make-disk-image";
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};