feat: finish system bootstrapping with iso

This commit is contained in:
oddlama 2023-04-29 22:34:42 +02:00
parent c3141bf563
commit a90a8ee678
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 33 additions and 21 deletions

View file

@ -9,7 +9,9 @@
};
disko = {
url = "github:nix-community/disko";
# TODO temporary until reimport PR merged
#url = "github:nix-community/disko";
url = "github:oddlama/disko";
inputs.nixpkgs.follows = "nixpkgs";
};