summaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/flake.nix b/nix/flake.nix
index b422c9a..c8e2133 100644
--- a/nix/flake.nix
+++ b/nix/flake.nix
@@ -17,7 +17,7 @@
overrides = prev.lib.composeExtensions (old.overrides or (_: _: { })) (
hself: hsuper: {
xmobar = prev.haskell.lib.compose.dontCheck (
- hself.callCabal2nix "xmobar" (git-ignore-nix.lib.gitignoreSource ./.) { }
+ hself.callCabal2nix "xmobar" (git-ignore-nix.lib.gitignoreSource ../.) { }
);
}
);