reorder just recipes

This commit is contained in:
Schrottkatze 2023-11-17 11:53:46 +01:00
parent 12b8e8f6f4
commit af25da9eea
2 changed files with 5 additions and 6 deletions

View file

@ -102,8 +102,7 @@ with builtins;
security.rtkit.enable = true; security.rtkit.enable = true;
users.users.jade = {
users.users.jade = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "input" "uinput" "libvirtd" "adbusers" "dialout" "plugdev" "wireshark" ]; extraGroups = [ "wheel" "input" "uinput" "libvirtd" "adbusers" "dialout" "plugdev" "wireshark" ];
packages = [ packages = [

View file

@ -1,8 +1,8 @@
build:
sudo nixos-rebuild switch --flake . --impure
test: test:
sudo nixos-rebuild test --flake . --impure sudo nixos-rebuild test --flake . --impure
build:
sudo nixos-rebuild switch --flake . --impure
update: update:
nix flake update --commit-lock-file nix flake update --commit-lock-file