flake: update deps
This commit is contained in:
parent
d2a40c204d
commit
8b0b79e254
2 changed files with 8 additions and 7 deletions
14
flake.lock
14
flake.lock
|
@ -337,7 +337,7 @@
|
|||
"narHash": "sha256-6U0CyPycIBc04hbYy2hBINnVso58n/ZyywY2BD3hu+s=",
|
||||
"rev": "9098ac95768f7006d7e070b88bae76939f6034e6",
|
||||
"type": "tarball",
|
||||
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/9098ac95768f7006d7e070b88bae76939f6034e6.tar.gz"
|
||||
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/9098ac95768f7006d7e070b88bae76939f6034e6.tar.gz?rev=9098ac95768f7006d7e070b88bae76939f6034e6"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
|
@ -477,11 +477,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1730919458,
|
||||
"narHash": "sha256-yMO0T0QJlmT/x4HEyvrCyigGrdYfIXX3e5gWqB64wLg=",
|
||||
"lastModified": 1731332224,
|
||||
"narHash": "sha256-0ctfVp27ingWtY7dbP5+QpSQ98HaOZleU0teyHQUAw0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "e1cc1f6483393634aee94514186d21a4871e78d7",
|
||||
"rev": "184687ae1a3139faa4746168baf071f60d0310c8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -493,11 +493,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1731265036,
|
||||
"narHash": "sha256-e5I+glVZwQvLT6WIeMFi0Mk+N/jkYauZ31ir2NRZcf8=",
|
||||
"lastModified": 1731346085,
|
||||
"narHash": "sha256-JWC3hvUZGsJGisC9d3d40wQalUkSsbaOgAJIOlHn6Qs=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8aed22ecd71e5b67e5299efae8b9dc580dec711c",
|
||||
"rev": "3a7266fcefcb9ce353df49ba3f292d06443760bb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
1
justfile
1
justfile
|
@ -24,6 +24,7 @@ build-remote-machine target type=defaultRemoteType:
|
|||
[group('deploy')]
|
||||
deploy-local-machine target type=defaultLocalType: _git-pull (build-local-machine target type)
|
||||
env TERM=xterm-256color {{type}}-rebuild switch --flake ".#{{target}}"
|
||||
sync
|
||||
attic push nifoc-systems /run/current-system
|
||||
|
||||
# Deploy to a remote machine
|
||||
|
|
Loading…
Reference in a new issue