Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
shell.nix: bump nixpkgs to 20.03
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo authored and MrChico committed Apr 8, 2020
1 parent 2b9b9d0 commit a4f0d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ let
pkgs = import (builtins.fetchGit rec {
name = "nixpkgs-19.09-${rev}";
url = https://github.com/nixos/nixpkgs;
ref = "nixos-19.09";
# git ls-remote https://github.com/nixos/nixpkgs-channels nixos-19.09
rev = "9f453eb97ffe261ff93136757cd08b522fac83b7";
ref = "nixos-20.03";
# git ls-remote https://github.com/nixos/nixpkgs-channels nixos-20.03
rev = "0bb35152be895abfd1fc743b42f1c4e56ae71906";
}) {};
in
pkgs.stdenv.mkDerivation {
Expand Down

0 comments on commit a4f0d47

Please sign in to comment.