bump nixpkgs - r297538.75bd996363c

This commit is contained in:
LavaDesu 2021-06-23 22:34:42 +07:00
parent 0ebbac113c
commit df4e866a6e
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -23,11 +23,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1624148921,
"narHash": "sha256-FAhKTXZV67C36hK5lPvZfsFt+QY1QSHYQXwGXqpOChs=",
"lastModified": 1624462271,
"narHash": "sha256-bn8TVHKAf66poL0M2v7NiZyoMh/4YhiM2uqw3X2Gt/M=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f2122ea5815648effdd97157c7bf4e9a1a6dbb34",
"rev": "75bd996363cee3a14a3535fff10fb96e19815817",
"type": "github"
},
"original": {

View file

@ -9,7 +9,7 @@
outputs = inputs: with inputs;
let
revCount = "296773";
revCount = "297538";
base = { config, ... }: {
system = {
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;