Skip to content

Commit

Permalink
Remove dead code in nixopsConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
rehno-lindeque committed Sep 6, 2021
1 parent 3faa5a0 commit e3296e7
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions remote-builder-network/flake.nix
Expand Up @@ -69,18 +69,8 @@
builderNetwork = ./nixops-modules/builder-network;
};

nixopsConfigurations.default = nixopsNetwork {
modules =
let baseModule = { lib, ... }: {
options = with lib.types; {
network = lib.mkOption { type = attrsOf anything; };
resources = lib.mkOption { type = attrsOf anything; };
deployments = lib.mkOption { type = attrsOf anything; };
nixpkgs = lib.mkOption { type = anything; };
};
};
in
[ { imports = [ ./nixops-configurations ]; } ];
nixopsConfigurations.default = self.lib.nixopsNetwork {
modules = [ ./nixops-configurations ];
specialArgs.flake = self;
inherit nixpkgs;
};
Expand Down

0 comments on commit e3296e7

Please sign in to comment.