mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 04:40:13 +00:00
Move linux builder to darwin only
This commit is contained in:
parent
793c310cf2
commit
edb3686d34
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
fonts.packages = import ../../home/fonts { inherit pkgs; };
|
fonts.packages = import ../../home/fonts { inherit pkgs; };
|
||||||
|
|
||||||
|
nix.linux-builder.enable = true;
|
||||||
|
|
||||||
users.users = {
|
users.users = {
|
||||||
larstvei = {
|
larstvei = {
|
||||||
home = "/Users/larstvei";
|
home = "/Users/larstvei";
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nix;
|
package = pkgs.nix;
|
||||||
|
|
||||||
|
|
||||||
linux-builder.enable = true;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
|
Loading…
Reference in New Issue
Block a user