diff options
| author | Fuwn <[email protected]> | 2024-09-16 22:52:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-16 22:52:09 -0700 |
| commit | 42b17c1116dcdd75f84f025c08abfe8a210e8412 (patch) | |
| tree | d39c370f03572c6a83ea7b9cf9f5e1bf711fa7cf /justfile | |
| parent | just: news use rui (diff) | |
| download | nixos-config-42b17c1116dcdd75f84f025c08abfe8a210e8412.tar.xz nixos-config-42b17c1116dcdd75f84f025c08abfe8a210e8412.zip | |
just: allow unfree nixpkgs
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +set export + +NIXPKGS_ALLOW_UNFREE := "1" + default: @just --list |