chore(flake): update inputs

This commit is contained in:
Felix Schröter 2020-10-20 15:39:19 +02:00
parent 7b04776cc3
commit e7a8fdd252
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 11 additions and 11 deletions

View file

@ -104,11 +104,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1602339342, "lastModified": 1603146532,
"narHash": "sha256-Qh+BDMfBmMSnhEhXSyF539aKGUGbq1IKBmtghiG/VhY=", "narHash": "sha256-+SfwrIHt4bI3LEEy80qU0fNJngxxwsTHrl5UrFr1FQE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "b5847455066d0191cebd6b140531cc154443e316", "rev": "dc5239b5cef1f52fbf9c136529954282ee717866",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -120,11 +120,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1602066138, "lastModified": 1602425900,
"narHash": "sha256-aV0PWKhVYQNLQuFW2qfBXa3JWmPPKSHFJ65ac83JMzE=", "narHash": "sha256-Ixb5QOYXVq/vkkPdc7Yl7mk5bcYlfjTx3/vnkFr/has=",
"owner": "NixOS", "owner": "NIXOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "420f89ceb267b461eed5d025b6c3c0e57703cc5c", "rev": "24c9b05ac53e422f1af81a156f1fd58499eb27fb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -136,11 +136,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1602402297, "lastModified": 1603192057,
"narHash": "sha256-JtkPhpNVAW+e+i4Wi2cUQL9abDZggEoKxzUUGGZD1aQ=", "narHash": "sha256-geMRFWUizk2K8ytLhSY2IU1xF5O1rD0gIuKFhlMy3Yk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "1cc609428be16e52d0db637dea71bd012e039714", "rev": "bfbf4323ff5739fe9e9bb36900ba06dc2c73d265",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -80,7 +80,7 @@
system = "aarch64-linux"; system = "aarch64-linux";
modules = [ modules = [
nixpkgs.nixosModules.notDetected nixpkgs.nixosModules.notDetected
{ home-manager.users.felschr.imports = [ homeManagerModules.git ]; } { home-manager.users.felschr.imports = [ homeManagerModules.git ]; }
nixosModules.deconz nixosModules.deconz
(systemModule { (systemModule {
hostName = "felix-rpi4"; hostName = "felix-rpi4";