summaryrefslogtreecommitdiff
path: root/nix/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/module.nix')
-rw-r--r--nix/module.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nix/module.nix b/nix/module.nix
new file mode 100644
index 0000000..c70d7e0
--- /dev/null
+++ b/nix/module.nix
@@ -0,0 +1,7 @@
1{ ... }:
2
3{
4 config = {
5 nixpkgs.config.packageOverrides = import ./default.nix;
6 };
7}