diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2022-08-24 16:41:36 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-24 16:42:25 +0200 |
commit | 83676fceda000156656ddee0561001090334ec37 (patch) | |
tree | e791d6a53250adfc079df8b0c0b01f71989e6988 /flake.nix | |
parent | Grub: Install as removable (diff) | |
download | nixos-config-83676fceda000156656ddee0561001090334ec37.tar.gz nixos-config-83676fceda000156656ddee0561001090334ec37.tar.bz2 nixos-config-83676fceda000156656ddee0561001090334ec37.zip |
Luna: Implement* disko for declarative partition configuration
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 902324e..24618c7 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,8 @@ impermanence.url = "github:nix-community/impermanence"; + disko.url = "github:nix-community/disko"; + nur.url = "github:nix-community/NUR"; nix-index.url = "github:Mic92/nix-index-database"; |