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 5045561 commit b85b398Copy full SHA for b85b398
default.nix
@@ -1,4 +1,7 @@
1
-{ pkgs ? import <nixpkgs> {}
+{ pkgs ? import (fetchTarball {
2
+ url = "https://github.com/NixOS/nixpkgs/tarball/c23193b943c6c689d70ee98ce3128239ed9e32d1"; # nixos-unstable
3
+ sha256 = "0vgk8mrprrh6w7zw2id3hc858kqw5pwdc52ma2f95rz36gchxcc4";
4
+ }) {}
5
, compiler ? null
6
}:
7
let
0 commit comments