We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0efa3 commit becdcf3Copy full SHA for becdcf3
nixpkgs.nix
@@ -1,8 +1,8 @@
1
let
2
nixpkgsSrc = builtins.fetchTarball {
3
url =
4
- "https://github.com/NixOS/nixpkgs/archive/16f3fbbd6f332daeb36c1c3fa75587ff6d6faf5a.tar.gz"; # haskell-updates
5
- sha256 = "1c1f0ppqidffbgnqc008ljazqmb3wisd92g6w4xq31bq98payxnf";
+ "https://github.com/NixOS/nixpkgs/archive/3bde7576132241b83f37d53d09bac5ba8458a1ee.tar.gz"; # haskell-updates
+ sha256 = "0r83g6wc18cz5fp8dqw836r5aa4jdwlnd9ka4q44q0xzm5mlzw8z";
6
};
7
8
in import nixpkgsSrc { }
0 commit comments