diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-16 06:35:51 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-16 06:35:51 -0800 |
commit | 6f86d8f277229c41a5d5f45e6a8e9dd36d4e16a8 (patch) | |
tree | f4c6bc80158037cdd2f02a2bfb0fa3fd64e3f586 /nix/flake.nix | |
parent | 13cc00d0c3e30154e118c5053ad6610b607b568f (diff) |
installer works again
Diffstat (limited to 'nix/flake.nix')
-rw-r--r-- | nix/flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake.nix b/nix/flake.nix index 6399947..12bec57 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -54,6 +54,7 @@ { nixpkgs.overlays = [ nur.overlays.default ]; } { home-manager.extraSpecialArgs = attrs; } + ./modules/sda-simple.nix ./systems/continuity/default.nix ]; }; |