feat/nix #3

Merged
Jaaj-San merged 59 commits from feat/nix into main 2024-09-20 22:35:47 +02:00
2 changed files with 4 additions and 5 deletions
Showing only changes of commit 3ca03b83ed - Show all commits

View file

@ -44,16 +44,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1690751248, "lastModified": 1726838624,
"narHash": "sha256-al5+aqPKL2VtCnuMccafyl4hQqZn+xIaG7vLuhGWfvE=", "narHash": "sha256-SU40aZ/UyK4bhuanaWvqlhIw2/kiDrGYcKxCkTn5FP8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "67c4508ce9a778f429a5af3571f49733fd3e8a05", "rev": "0fe779905ffe730eace0bf7ecf56938c625012a5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "make-disk-image",
"repo": "disko", "repo": "disko",
"type": "github" "type": "github"
} }

View file

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