aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-10 13:08:33 +0100
committerAkshay <[email protected]>2021-04-10 13:08:33 +0100
commiteab6c543d19f7546f1151cca32663035006af702 (patch)
tree4a26dc55da9739a26a63ff3e55172df4cfbe0754 /flake.nix
parent9dc282a130312333e96a9d2edfa1fd5cd351fd3f (diff)
add backwards compat to legacy nix commands
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b067ee0..07a9a06 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,6 +10,10 @@
10 url = "github:hercules-ci/gitignore"; 10 url = "github:hercules-ci/gitignore";
11 flake=false; 11 flake=false;
12 }; 12 };
13 flake-compat = {
14 url = "github:edolstra/flake-compat";
15 flake = false;
16 };
13 }; 17 };
14 18
15 outputs = { self, nixpkgs, utils, naersk, mozillapkgs, gitignore, ... }: 19 outputs = { self, nixpkgs, utils, naersk, mozillapkgs, gitignore, ... }: