mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
remove warning about dirty git tree
This commit is contained in:
parent
22885f1b27
commit
7075371b11
@ -65,7 +65,10 @@
|
|||||||
in {
|
in {
|
||||||
|
|
||||||
# Enable features in Nix commands
|
# Enable features in Nix commands
|
||||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
nix.extraOptions = ''
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
warn-dirty = false
|
||||||
|
'';
|
||||||
|
|
||||||
# Basic common system packages for all devices
|
# Basic common system packages for all devices
|
||||||
environment.systemPackages = with pkgs; [ git vim wget curl ];
|
environment.systemPackages = with pkgs; [ git vim wget curl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user