Skip to content

Commit

Permalink
Merge pull request #15 from wakate/bump-nixpkgs-version
Browse files Browse the repository at this point in the history
Nixチャンネルのアップグレード
  • Loading branch information
mt-caret authored Jun 22, 2020
2 parents d4de2c6 + c40f066 commit 4485f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz) {} }:
{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-20.03.tar.gz) {} }:

with pkgs;
stdenv.mkDerivation {
Expand Down

0 comments on commit 4485f9b

Please sign in to comment.