aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2024-08-06 18:22:11 +0100
committerdiogo464 <[email protected]>2024-08-06 18:22:11 +0100
commit6f9262c0bc62ffaf0af62e2cb18d2590e3067645 (patch)
treeb74e80f1bed792145dba6e62c6f82f29ac5a715a /shell.nix
parente62270b966a2cca1cffbb790cdc6a5130fd81c49 (diff)
added nix flake stuff
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..77db547
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,7 @@
1(import (
2 fetchTarball {
3 url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
4 sha256 = "0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2"; }
5) {
6 src = ./.;
7}).shellNix