diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-09-06 09:31:20 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-09-06 11:18:19 +0530 |
commit | 6bc9fe42a2cadc771c178f289207b914e8ec37a1 (patch) | |
tree | 82ef3a38b23e972c3df437d86ecfafeb3bd7831d /flake.nix | |
parent | ce93b0b2c89b60fae4d4bcee67aa243edda1f893 (diff) |
fix(os/common/nix): nix develop interactive shell
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,6 +42,7 @@ specialArgs = { inherit alina; + inherit determinate; inherit nixos-hardware; }; @@ -68,7 +69,6 @@ ./os/${host}/configuration.nix sops-nix.nixosModules.sops home-manager.nixosModules.home-manager - determinate.nixosModules.default ]; }); |