bump nixpkgs - r301044.87807e64a5e
This commit is contained in:
parent
3c8155a2c4
commit
c087b37ab6
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -98,11 +98,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1625281901,
|
"lastModified": 1625697353,
|
||||||
"narHash": "sha256-DkZDtTIPzhXATqIps2ifNFpnI+PTcfMYdcrx/oFm00Q=",
|
"narHash": "sha256-/v85RkZ0Z+lxipkG2sjYNRINktc8VySbLQmPbirY0hQ=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "09c38c29f2c719cd76ca17a596c2fdac9e186ceb",
|
"rev": "87807e64a5ef5206b745a40af118c7be8db73681",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
) ++ [(self: super: customPackages super)]
|
) ++ [(self: super: customPackages super)]
|
||||||
++ [inputs.neovim-nightly.overlay];
|
++ [inputs.neovim-nightly.overlay];
|
||||||
|
|
||||||
revCount = "299942";
|
revCount = "301044";
|
||||||
base = { config, ... }: {
|
base = { config, ... }: {
|
||||||
system = {
|
system = {
|
||||||
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
|
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue