Update dependencies
This commit is contained in:
parent
3cec90e553
commit
addd2df055
2 changed files with 7 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -38,11 +38,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1618962339,
|
"lastModified": 1619162713,
|
||||||
"narHash": "sha256-Ecud4mXuA96NTCDUWGp5GVVNarZFWZL3YUZ0I8mQKIs=",
|
"narHash": "sha256-JeTL/D/fW7ja2UbvmR9wqXaHlbM5UmooNEnRxo++qKo=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "db00b39a9abec04245486a01b236b8d9734c9ad0",
|
"rev": "e00dd0d7d2565a9d79c3826b088bef039624382e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -53,11 +53,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1619060385,
|
"lastModified": 1619148368,
|
||||||
"narHash": "sha256-4y/QSlmyIsMYP+g1mnZaBUTDED07wHPhtBdCjEnk0/A=",
|
"narHash": "sha256-JC0Hk+In4p94GXKmMTPM6Vtqatpq79qdag9ztp0W+1M=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f2a3a0edab77d4c5cf67436912970e85a5c77b19",
|
"rev": "cc9e099e6310a380850324a038d9f4f3185b89a9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -5,4 +5,4 @@ set -x
|
||||||
hostname=$1
|
hostname=$1
|
||||||
shift 1
|
shift 1
|
||||||
|
|
||||||
nixos-rebuild --flake .#$hostname --target-host root@$hostname "$@"
|
nixos-rebuild --flake .#$hostname --target-host root@$hostname --build-host root@urithiru "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue