aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-19 16:16:03 +0100
committerAkshay <[email protected]>2021-10-19 16:16:03 +0100
commitea2e23496672257dd1728ce36259249c3efb8aec (patch)
tree39d747916e4326e79b9c55a5f602219e38cff263 /flake.nix
parenta1886854d9fa5f02fe755352b44f6aabf2711514 (diff)
add default.nix and shell.nix with flake-compat
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index f7f62aa..8a7c97a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,11 +8,6 @@
8 flake = false; 8 flake = false;
9 }; 9 };
10 10
11 flake-compat = {
12 url = "github:edolstra/flake-compat";
13 flake = false;
14 };
15
16 import-cargo.url = github:edolstra/import-cargo; 11 import-cargo.url = github:edolstra/import-cargo;
17 12
18 }; 13 };