diff options
| author | Fuwn <[email protected]> | 2024-09-05 22:25:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-05 22:25:18 -0700 |
| commit | 70caf4a379e2018f97551cd577a0985c474d52d9 (patch) | |
| tree | f86c59335c8a3c55f3895defd1936e73429f390d /home/ebisu/fortune/development | |
| parent | Bump (diff) | |
| download | nixos-config-70caf4a379e2018f97551cd577a0985c474d52d9.tar.xz nixos-config-70caf4a379e2018f97551cd577a0985c474d52d9.zip | |
Bump
Diffstat (limited to 'home/ebisu/fortune/development')
| -rw-r--r-- | home/ebisu/fortune/development/nix/default.nix | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/home/ebisu/fortune/development/nix/default.nix b/home/ebisu/fortune/development/nix/default.nix index 96cf830..284b28b 100644 --- a/home/ebisu/fortune/development/nix/default.nix +++ b/home/ebisu/fortune/development/nix/default.nix @@ -1,9 +1,4 @@ -{ - pkgs, - inputs, - system, - ... -}: +{ pkgs, inputs, ... }: { imports = [ ./direnv.nix ]; services.lorri.enable = true; @@ -23,11 +18,12 @@ nix-prefetch-scripts nix-output-monitor cachix - inputs.nix-alien.packages.${system}.nix-alien + inputs.nix-alien.packages.${pkgs.stdenv.hostPlatform.system}.nix-alien devenv manix niv nix-diff nix-fast-build + nix-melt ]; } |