updates
This commit is contained in:
parent
b346790feb
commit
af4a9acf54
2 changed files with 6 additions and 4 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -251,11 +251,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1774986869,
|
||||
"narHash": "sha256-F6vpN/1QKHGeedOqPki+/ipcuGqjFjxmSFzO00GMMh0=",
|
||||
"lastModified": 1775494885,
|
||||
"narHash": "sha256-fZLO1KCJ/YJ1TdIl/KKgh8I6nShm2VNhWyl4mcwvnsc=",
|
||||
"ref": "refs/heads/prod",
|
||||
"rev": "2bf5043b4d108be6e2d80e56fe8ba693c5f5a574",
|
||||
"revCount": 206,
|
||||
"rev": "01b0c16e06a81ba98b23f0677075fd780b95313f",
|
||||
"revCount": 207,
|
||||
"type": "git",
|
||||
"url": "ssh://forgejo@git.wanderingcrow.net/TheWanderingCrow/nix-secrets"
|
||||
},
|
||||
|
|
|
|||
2
justfile
2
justfile
|
|
@ -12,6 +12,8 @@ build:
|
|||
[confirm('Rebuild the system?')]
|
||||
rebuild:
|
||||
sudo nixos-rebuild switch --flake .
|
||||
find PACKAGE:
|
||||
nix-instantiate --eval-only --expr '(import <nixpkgs> {}).{{PACKAGE}}.outPath'
|
||||
# For hacking on modules
|
||||
rebuild-fast:
|
||||
sudo nixos-rebuild switch --no-reexec --flake .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue