bump nixpkgs - r296773.f2122ea5815

This commit is contained in:
LavaDesu 2021-06-20 11:41:59 +07:00
parent c28069cbcd
commit 8fead95a9e
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": 1623718286,
"narHash": "sha256-T4Ag4okFXO0uWPSHbfagQ3j2vzhL08ZmVKr6kTS7XT4=",
"lastModified": 1624148921,
"narHash": "sha256-FAhKTXZV67C36hK5lPvZfsFt+QY1QSHYQXwGXqpOChs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e0f9e2cc0eaa7ead78faf8a6592c2724ca4246df",
"rev": "f2122ea5815648effdd97157c7bf4e9a1a6dbb34",
"type": "github"
},
"original": {

View file

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