Remove Compass references
This commit is contained in:
@@ -28,11 +28,6 @@ let
|
|||||||
] ++ extraMods;
|
] ++ extraMods;
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
# Duplicate all the things, because nix-darwin does different things with case sensitivity
|
|
||||||
# depending on where you live
|
|
||||||
C02G48H8MD6R = mac { system = "x86_64-darwin"; name = "work"; };
|
|
||||||
c02g48h8md6r = C02G48H8MD6R;
|
|
||||||
|
|
||||||
la23002 = mac { name = "ivr"; };
|
la23002 = mac { name = "ivr"; };
|
||||||
LA23002 = la23002;
|
LA23002 = la23002;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
homebrew = {
|
|
||||||
enable = true;
|
|
||||||
brews = [
|
|
||||||
"packer"
|
|
||||||
"direnv"
|
|
||||||
];
|
|
||||||
casks = [
|
|
||||||
"alt-tab"
|
|
||||||
"gnucash"
|
|
||||||
"insomnia"
|
|
||||||
"onlyoffice"
|
|
||||||
"pgadmin4"
|
|
||||||
"postman"
|
|
||||||
"vagrant"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
environment.loginShell = "${pkgs.xonsh}/bin/xonsh";
|
|
||||||
}
|
|
||||||
@@ -2,7 +2,6 @@ builds:
|
|||||||
exclude:
|
exclude:
|
||||||
- devShells.i686-linux.default
|
- devShells.i686-linux.default
|
||||||
include:
|
include:
|
||||||
- darwinConfigurations.*.system
|
|
||||||
- devShells.*.default
|
- devShells.*.default
|
||||||
- homeConfigurations.*
|
- homeConfigurations.*
|
||||||
- nixosConfigurations.*
|
- nixosConfigurations.*
|
||||||
|
|||||||
Reference in New Issue
Block a user