all: install default go version

This commit is contained in:
Aaron Bieber 2022-11-15 05:42:36 -07:00
parent 12230fd136
commit c38c4c02d6
No known key found for this signature in database

View File

@ -44,7 +44,6 @@ in {
};
environment.systemPackages =
if isUnstable then [ pkgs.yash ] else [ ];
if isUnstable then [ pkgs.yash pkgs.go ] else [ pkgs.go ];
};
}