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

View file

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