Skip to content

Commit

Permalink
pin nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Dec 13, 2021
1 parent 7df7577 commit 8031e14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{ nixpkgsSrc ? <nixpkgs>, pkgs ? import nixpkgsSrc { }, compiler ? null }:
{ nixpkgsSrc ? builtins.fetchTarball {
url =
"https://github.com/NixOS/nixpkgs/archive/e675946ecde5606c505540de2024e2732bae4185.tar.gz"; # nixos-unstable
sha256 = "1xnqhz0wxkgkwpwkal93k5rj72j39pvck542i9jyxh9bm25rc4j5";
}, pkgs ? import nixpkgsSrc { }, compiler ? null }:

let
haskellPackages = if compiler == null then
Expand Down

0 comments on commit 8031e14

Please sign in to comment.