diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-09 19:56:20 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-09 19:56:20 -0700 |
| commit | c753ed913937d013803f0d35f031e739da94be5a (patch) | |
| tree | dfb6c4900c42849c607ad64bd6f28ad469f6283d /modules/nixos/environment.nix | |
| parent | a6b1c97ea0f92221574d4abbe1707d37f78ed596 (diff) | |
please fucking work this time
Diffstat (limited to 'modules/nixos/environment.nix')
| -rw-r--r-- | modules/nixos/environment.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nixos/environment.nix b/modules/nixos/environment.nix index 225ddda..ab259a2 100644 --- a/modules/nixos/environment.nix +++ b/modules/nixos/environment.nix @@ -6,6 +6,7 @@ # $ nix search wget sessionVariables = { NIXOS_OZONE_WL = "1"; + NIXPKGS_ALLOW_INSECURE="1"; }; variables = { # PATH = "/home/defin/.local/share/gem/ruby/3.0.0/bin:"; @@ -13,6 +14,7 @@ MANPAGER = "sh -c 'col -bx | bat -l man -p'"; EDITOR = "hx"; ZEIT_DB = "/home/defin/Documents/zeit"; + NIXPKGS_ALLOW_INSECURE="1"; }; }; } |
