diff options
author | Raito Bezarius | 2024-04-18 14:34:36 +0200 |
---|---|---|
committer | Raito Bezarius | 2024-04-18 14:34:36 +0200 |
commit | 5289b86a5c14ec99311424022a867872173edce4 (patch) | |
tree | 75da592377a833b2ce7e160019aa34e4ae5b6ffb /shell.nix | |
parent | fb9a1e93c2163b170979523f9a0cae90b472a16c (diff) |
chore: nixify the project
So that I stop doing `nix run` one-offs!
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..82fb296 --- /dev/null +++ b/shell.nix @@ -0,0 +1 @@ +(import ./default.nix {}).shell |