This commit is contained in:
Sridhar Ratnakumar 2021-09-25 22:15:56 -04:00
parent 1a8414c291
commit 39cc52f5c5
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -600,17 +600,17 @@
},
"nixpkgs_6": {
"locked": {
"lastModified": 1631295156,
"narHash": "sha256-jIriDkYUU09njpjvpRiS2/Yy+iKpmalCGJ2HnC41ZSQ=",
"lastModified": 1632411313,
"narHash": "sha256-lekODc44lVo9/0EwGiX6LoEt2KhiPdcfNopealMJ7n4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "bbbe2b35f736d039884e082ecc6d6e631e126029",
"rev": "51bcdc4cdaac48535dabf0ad4642a66774c609ed",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "bbbe2b35f736d039884e082ecc6d6e631e126029",
"rev": "51bcdc4cdaac48535dabf0ad4642a66774c609ed",
"type": "github"
}
},

View file

@ -6,7 +6,7 @@
# https://status.nixos.org/
#
# This ensures that we always use the official nix cache.
nixpkgs.url = "github:nixos/nixpkgs/bbbe2b35f736d039884e082ecc6d6e631e126029";
nixpkgs.url = "github:nixos/nixpkgs/51bcdc4cdaac48535dabf0ad4642a66774c609ed";
nixos-hardware.url = github:NixOS/nixos-hardware/master;
home-manager.url = "github:nix-community/home-manager";