task | switch from alejandra to nixfmt
This commit is contained in:
parent
7726fa8350
commit
e3fea64660
3 changed files with 4 additions and 4 deletions
|
|
@ -179,7 +179,6 @@ in {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python-with-my-packages
|
python-with-my-packages
|
||||||
alejandra
|
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
base16-schemes
|
base16-schemes
|
||||||
|
|
@ -198,6 +197,7 @@ in {
|
||||||
lsb-release
|
lsb-release
|
||||||
lsof
|
lsof
|
||||||
nix-bash-completions
|
nix-bash-completions
|
||||||
|
nixfmt
|
||||||
pkg-config
|
pkg-config
|
||||||
poppler_utils
|
poppler_utils
|
||||||
ruby
|
ruby
|
||||||
|
|
|
||||||
|
|
@ -263,7 +263,6 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python-with-my-packages
|
python-with-my-packages
|
||||||
acpi
|
acpi
|
||||||
alejandra
|
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
base16-schemes
|
base16-schemes
|
||||||
|
|
@ -290,6 +289,7 @@ in {
|
||||||
lsof
|
lsof
|
||||||
nix-bash-completions
|
nix-bash-completions
|
||||||
nixd
|
nixd
|
||||||
|
nixfmt
|
||||||
pkg-config
|
pkg-config
|
||||||
playerctl
|
playerctl
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
|
||||||
4
justfile
4
justfile
|
|
@ -2,7 +2,7 @@ HOSTNAME := `hostname -s`
|
||||||
|
|
||||||
# Do as test build without installing
|
# Do as test build without installing
|
||||||
test hostname=(HOSTNAME):
|
test hostname=(HOSTNAME):
|
||||||
@alejandra . &> nixos-switch.log || ( cat nixos-switch.log && false)
|
@nixfmt . &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||||
@rm -f nixos-switch.log
|
@rm -f nixos-switch.log
|
||||||
@colmena --impure build --on {{hostname}}
|
@colmena --impure build --on {{hostname}}
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ web:
|
||||||
|
|
||||||
# Build and run a vm FIXME
|
# Build and run a vm FIXME
|
||||||
vm:
|
vm:
|
||||||
@alejandra . &> nixos-switch.log || ( cat nixos-switch.log && false)
|
@nixfmt . &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||||
@rm -f nixos-switch.log
|
@rm -f nixos-switch.log
|
||||||
@echo Running iso build
|
@echo Running iso build
|
||||||
@nix build --impure ./#nixosConfigurations.vm.config.system.build.isoImage &> nixos-switch.log || ( grep -E --color '(error|For full logs)' nixos-switch.log && false)
|
@nix build --impure ./#nixosConfigurations.vm.config.system.build.isoImage &> nixos-switch.log || ( grep -E --color '(error|For full logs)' nixos-switch.log && false)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue