aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-17 14:57:22 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-17 14:58:59 +0000
commitc123fee9597ed3e7307c4e582f371195203f296c (patch)
tree8c9b327d93beaeb3ae46f709ea21b135bd105497 /shell.nix
parent17f75f9cc4dd70e3e6de7e266ef2bd18a0da310b (diff)
Add back flake-compat shell.nix
This was removed in the merge commit adf2fbbdc2c94644b0d1023d844c7dc0e485a20f. I think this was a mistake that occurred when resolving a conflict.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 000000000..330df0ab6
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,3 @@
+(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
+ src = ./.;
+}).shellNix