Update infinisilSystem

It includes fixes for the mumble module required by newer nixpkgs.
neomutt
Simon Bruder 2021-12-01 18:15:54 +01:00
parent ab793631d2
commit e6f9ea1c67
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 5 additions and 5 deletions

View File

@ -108,17 +108,17 @@
"infinisilSystem": {
"flake": false,
"locked": {
"lastModified": 1588451792,
"narHash": "sha256-+2ovLk3z1kKKmLTLraNfyCHPPK8X5dQV1jQDRatJn+I=",
"lastModified": 1626615686,
"narHash": "sha256-eXt4eon7oEg1gBUC8myZNACmDisgsQOAHGlnDhyG6zk=",
"owner": "Infinisil",
"repo": "system",
"rev": "91c5df20db68a995155218c5334db0e394185ca8",
"rev": "f1fd247eca84abccbad3b57da39454702d7ef2c6",
"type": "github"
},
"original": {
"owner": "Infinisil",
"repo": "system",
"rev": "91c5df20db68a995155218c5334db0e394185ca8",
"rev": "f1fd247eca84abccbad3b57da39454702d7ef2c6",
"type": "github"
}
},

View File

@ -23,7 +23,7 @@
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
infinisilSystem.url = "github:Infinisil/system/91c5df20db68a995155218c5334db0e394185ca8";
infinisilSystem.url = "github:Infinisil/system/f1fd247eca84abccbad3b57da39454702d7ef2c6";
infinisilSystem.flake = false;
nixpkgs-overlay.url = "git+https://git.sbruder.de/simon/nixpkgs-overlay";