update nixpkgs

flake-overlay-tweak
Brian Hicks 2021-08-24 15:06:26 -05:00
parent d31089ffd2
commit 7633bfd18b
2 changed files with 4 additions and 4 deletions

View File

@ -17,11 +17,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1629827341,
"narHash": "sha256-w7kg77NHTRtZzB8Xu18k/xRc6+tJuileIVwpWM86IRc=",
"lastModified": 1629835430,
"narHash": "sha256-7ajWHlmckQ1GO3bdVP6JYjE0tvrtTHlolra+Z310bdM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ae2717f11ba3d612d659336746c1170e0fad53e6",
"rev": "64fa98757bad3937d6cdf56d7b1c70d42b97f752",
"type": "github"
},
"original": {

View File

@ -2,7 +2,7 @@
description = "sort lines by their similarity to a candidate string";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?ref=release-21.05";
nixpkgs.url = "github:NixOS/nixpkgs/release-21.05";
flake-utils.url = "github:numtide/flake-utils";
};