Compare commits

...

2 Commits

Author SHA1 Message Date
mandlm 6d9c0627d1
chore: nix flake update 2024-09-03 09:19:21 +02:00
mandlm 33cc8e8ede
feat(zsh): add fu-build-dev function 2024-09-03 09:17:24 +02:00
2 changed files with 10 additions and 6 deletions

View File

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1724435763,
"narHash": "sha256-UNky3lJNGQtUEXT2OY8gMxejakSWPTfWKvpFkpFlAfM=",
"lastModified": 1725180166,
"narHash": "sha256-fzssXuGR/mCeGbzM1ExaTqDz7QDGta3WA4jJsZyRruo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c2cd2a52e02f1dfa1c88f95abeb89298d46023be",
"rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1724479785,
"narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=",
"lastModified": 1725103162,
"narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be",
"rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b",
"type": "github"
},
"original": {

View File

@ -18,6 +18,10 @@
./kas-container build kas/kas-ttc-image-horsch.yml
}
function fu-build-dev {
./kas-container build kas/kas-ttc-image-horsch-dev.yml
}
function fu-reboot {
ssh fusion "reboot"
}