diff options
| author | Fuwn <[email protected]> | 2024-09-16 19:00:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-16 19:01:18 -0700 |
| commit | d1525c29af2f0c58fd4970fc33cc641cb460bbef (patch) | |
| tree | 8e930859a82585e1b29a5ab595197dbd14d7c537 /justfile | |
| download | tsutsumi-d1525c29af2f0c58fd4970fc33cc641cb460bbef.tar.xz tsutsumi-d1525c29af2f0c58fd4970fc33cc641cb460bbef.zip | |
feat: initial release
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..4e9d4a7 --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +check: + NIXPKGS_ALLOW_UNFREE=1 nix flake check --impure
\ No newline at end of file |