diff options
author | Akshay <[email protected]> | 2021-10-19 16:16:03 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-19 16:16:03 +0100 |
commit | ea2e23496672257dd1728ce36259249c3efb8aec (patch) | |
tree | 39d747916e4326e79b9c55a5f602219e38cff263 /flake.nix | |
parent | a1886854d9fa5f02fe755352b44f6aabf2711514 (diff) |
add default.nix and shell.nix with flake-compat
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 | }; |