diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-19 00:51:40 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-19 00:51:40 -0700 |
| commit | 56337bd35424b6e9fd131b542b2b5f0c3fb8a1d4 (patch) | |
| tree | 9df4a2c8fda4aff4ed6f18cf992617bba535e3fa /nix/flake.nix | |
| parent | ce0c54eb953bd2c649359da547c009598acd3d54 (diff) | |
fix disko to actually install
Diffstat (limited to 'nix/flake.nix')
| -rw-r--r-- | nix/flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/flake.nix b/nix/flake.nix index 795ab4b..9102d40 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -36,6 +36,11 @@ url = "github:Janik-Haag/nixos-dns"; inputs.nixpkgs.follows = "nixpkgs"; }; + + nixpak = { + url = "github:nixpak/nixpak"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { @@ -50,6 +55,7 @@ nixos-dns, deep-research, impermanence, + nixpak, ... } @attrs: |
