diff options
author | Joris | 2020-08-03 12:31:04 +0200 |
---|---|---|
committer | Joris | 2020-08-03 12:31:04 +0200 |
commit | bfd16375ca067e2d75657d77da1201df03079909 (patch) | |
tree | 6f44771a1207332310feab60be552cda151ad0e3 /shell.nix | |
parent | 66d9f186c90b9d521200fee1890688d95528e584 (diff) |
Improve “pain de seigle” recipe
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,9 +1,9 @@ -with import (builtins.fetchTarball { - # https://github.com/NixOS/nixpkgs/commit/77752c6c086512a7c1eb066edcef731696fa2a8e - name = "nixpkgs-20-12-2019"; - url = https://github.com/nixos/nixpkgs/archive/77752c6c086512a7c1eb066edcef731696fa2a8e.tar.gz; - sha256 = "1sb6c9pzq4rjc8sj41qw01b38119xk91pmlxwl80fqhg8mj1ai8r"; -}) {}; +with (import (builtins.fetchGit { + name = "nixpkgs-20.03"; + url = "git@github.com:nixos/nixpkgs.git"; + rev = "5272327b81ed355bbed5659b8d303cf2979b6953"; + ref = "refs/tags/20.03"; +}){}); mkShell { buildInputs = [ |