mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 00:17:24 +08:00
nom
This commit is contained in:
parent
d7079ee0e4
commit
a883d43583
2 changed files with 4 additions and 3 deletions
6
justfile
6
justfile
|
|
@ -1,7 +1,7 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
# Activate local configuration
|
||||
# Activate local configuration (Use `just nom local`)
|
||||
[group('main')]
|
||||
local:
|
||||
nix run
|
||||
|
|
@ -9,7 +9,7 @@ local:
|
|||
# Run this before `nix run` to build the current configuration
|
||||
[group('main')]
|
||||
nom:
|
||||
, nom build --no-link .#nixosConfigurations.vixen.config.system.build.toplevel
|
||||
nom build --no-link .#nixosConfigurations.infinitude.config.system.build.toplevel
|
||||
|
||||
# Deploy to Beelink
|
||||
[group('deploy')]
|
||||
|
|
@ -33,4 +33,4 @@ fmt:
|
|||
# https://discourse.nixos.org/t/why-doesnt-nix-collect-garbage-remove-old-generations-from-efi-menu/17592/4
|
||||
fuckboot:
|
||||
sudo nix-collect-garbage -d
|
||||
sudo /run/current-system/bin/switch-to-configuration boot
|
||||
sudo /run/current-system/bin/switch-to-configuration boot
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
just
|
||||
colmena
|
||||
nixd
|
||||
nix-output-monitor
|
||||
inputs'.agenix.packages.default
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue