Skip to content

Commit

Permalink
drop debugging packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Aug 7, 2023
1 parent 5dddacb commit 66849c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,11 @@ in
};

};
perSystem = { system, pkgs, ... }: {
perSystem = { system, ... }: {
packages.asche = self.nixosConfigurations.asche.config.system.build.toplevel;
packages.yuanw = self.darwinConfigurations.yuanw.system;
packages.wf17084 = self.darwinConfigurations.wf17084.system;
packages.wk01174 = self.darwinConfigurations.WK01174.system;
packages.hello = pkgs.hello;
packages.NetworkManager-openconnect = pkgs.networkmanager-openconnect;
# adguard = self.nixosConfigurations.adguard.system;
# aws = self.nixosConfigurations.aws.system;

Expand Down

0 comments on commit 66849c0

Please sign in to comment.