all repos — nixfiles @ f882cacd9b46335169efab7928e3f4a2da0f142c

System and user configuration, managed by nix and home-manager

use targets.darwin.copyApps instead of mac-app-util

Alan Pearce
commit

f882cacd9b46335169efab7928e3f4a2da0f142c

parent

0b36956ee8d445f2988766fab5e162c4f8d3a015

1 file changed, 0 insertions(+), 5 deletions(-)

changed files
M flake.nixflake.nix
@@ -39,10 +39,6 @@ nixvim = {
url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; }; - mac-app-util = { - url = "github:hraban/mac-app-util"; - inputs.nixpkgs.follows = "nixpkgs"; - }; agenix = { url = "github:ryantm/agenix";
@@ -163,7 +159,6 @@ };
homeConfigurations."alan@marvin" = mkHomeConfiguration { system = "aarch64-darwin"; modules = [ - mac-app-util.homeManagerModules.default ./user/hosts/marvin.nix ./private/ssh.nix ];