Skip to content

Commit cd51398

Browse files
committed
Make WORKSPACE and nixpkgs.nix consistent.
1 parent 843ba02 commit cd51398

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ load("@io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl",
2626

2727
nixpkgs_git_repository(
2828
name = "nixpkgs",
29+
# Keep consistent with ./nixpkgs.nix.
2930
revision = "4026ea9c8afd09b60896b861a04cc5748fdcdfb4",
3031
)
3132

nixpkgs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import (fetchTarball "https://github.com/nixos/nixpkgs/archive/1354099daf98b7a1f79e6c41ce6bfda5c40177ae.tar.gz")
1+
import (fetchTarball "https://github.com/nixos/nixpkgs/archive/4026ea9c8afd09b60896b861a04cc5748fdcdfb4.tar.gz")

0 commit comments

Comments
 (0)