diff options
author | Ben Sima <ben@bsima.me> | 2019-02-23 21:46:13 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-23 21:46:13 -0800 |
commit | 5dea32c8b804c24ee0bc8c75b14f93b43772b47f (patch) | |
tree | 2bd6d24e3c1ed742c53c18cc7b926311a68a1f6f /depo | |
parent | f75eaf7fff963b88e412d315d0fdef8151943c20 (diff) |
Get rid of cabal
Using just nix and ghc, ah it's so nice.
Diffstat (limited to 'depo')
-rw-r--r-- | depo/nutin-madaj/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depo/nutin-madaj/configuration.nix b/depo/nutin-madaj/configuration.nix index a6d303d..9970d36 100644 --- a/depo/nutin-madaj/configuration.nix +++ b/depo/nutin-madaj/configuration.nix @@ -8,7 +8,7 @@ in { nixpkgs.config.allowUnfree = true; nixpkgs.overlays = [ - (import ../../pack/default.nix) + (import ../../pack/overlay.nix) ]; networking.firewall.allowedTCPPorts = [ 22 80 443 ]; |