about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-12-08 04:06:35 +0300
committerAzat Bahawi <azahi@teknik.io>2021-12-08 04:06:35 +0300
commitb561ebcfee857beacdc5b6f716ccccdd18771670 (patch)
tree6d59e3054d8c750322b8bd14c1c4181c4ec49389 /shell.nix
parentSome stuff (diff)
Even more stuff
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..fa2a56c
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,6 @@
+(import (let lock = builtins.fromJSON (builtins.readFile ./flake.lock);
+in fetchTarball {
+  url =
+    "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
+  sha256 = lock.nodes.flake-compat.locked.narHash;
+}) { src = ./.; }).shellNix

Consider giving Nix/NixOS a try! <3