summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-02-21 11:36:28 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-02-21 11:37:13 -0500
commit91fca1a89989304539ec419fc87f472005d1a01f (patch)
tree904f706a27f41c9d482bd62fcd632c83541b6739 /flake.nix
parent7c8c46b86c9bb31b7772ec78eb005b72a59e49e3 (diff)
Use custom flakes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f8b88cd..8edc5c7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,6 +27,7 @@
(final: prev: { unstable = nixpkgs_unstable.legacyPackages."x86_64-linux"; })
# For git+file support with bare repo.
nix.overlay
+ (final: prev: { nixFlakes = final.nix; })
];
})
];