1
0
Fork 0
mirror of https://github.com/tboerger/nixos-config synced 2024-06-01 22:46:04 +02:00

chore: use sudo within makefile

This commit is contained in:
Thomas Boerger 2022-04-10 20:59:29 +02:00
parent ccb860b70b
commit 120e60eb4f
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

View File

@ -6,4 +6,4 @@ update:
.PHONY: switch
switch:
nixos-rebuild switch --flake .
sudo nixos-rebuild switch --flake .