diff options
Diffstat (limited to 'stack.nix')
-rw-r--r-- | stack.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | { ghc, nixpkgs ? (import <nixpkgs> {}) }: | 1 | { ghc, nixpkgs ? (import <nixos> {}) }: |
2 | 2 | ||
3 | let | 3 | let |
4 | inherit (nixpkgs) haskell pkgs; | 4 | inherit (nixpkgs) haskell pkgs; |