bump nixpkgs - r297538.75bd996363c
This commit is contained in:
parent
0ebbac113c
commit
df4e866a6e
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -23,11 +23,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1624148921,
|
"lastModified": 1624462271,
|
||||||
"narHash": "sha256-FAhKTXZV67C36hK5lPvZfsFt+QY1QSHYQXwGXqpOChs=",
|
"narHash": "sha256-bn8TVHKAf66poL0M2v7NiZyoMh/4YhiM2uqw3X2Gt/M=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f2122ea5815648effdd97157c7bf4e9a1a6dbb34",
|
"rev": "75bd996363cee3a14a3535fff10fb96e19815817",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
outputs = inputs: with inputs;
|
outputs = inputs: with inputs;
|
||||||
let
|
let
|
||||||
revCount = "296773";
|
revCount = "297538";
|
||||||
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