summaryrefslogtreecommitdiff
path: root/stack.nix
diff options
context:
space:
mode:
Diffstat (limited to 'stack.nix')
-rw-r--r--stack.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.nix b/stack.nix
index eec431d..dba6b1d 100644
--- a/stack.nix
+++ b/stack.nix
@@ -1,4 +1,4 @@
1{ ghc, nixpkgs ? (import <nixpkgs> {}) }: 1{ ghc, nixpkgs ? (import <nixos> {}) }:
2 2
3let 3let
4 inherit (nixpkgs) haskell pkgs; 4 inherit (nixpkgs) haskell pkgs;