TODO: Temp. disable threema modules

This commit is contained in:
Fabian Hauser 2022-04-17 10:20:06 +02:00
parent 729bbb35f2
commit 71c29737fe
3 changed files with 7 additions and 28 deletions

View file

@ -6,14 +6,14 @@
home-manager.url = "github:nix-community/home-manager/release-21.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs-stable";
qois-infrastructure.url = "git+file:///etc/nixos/qois-infrastructure";
threema.url = "git+file:///etc/nixos/defaults/threema";
threema.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
#threema.url = "git+file:///etc/nixos/defaults/threema";
#threema.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
fabianhauser-etaxes-sg.url = "github:fabianhauser/etaxes-sg-nix";
fabianhauser-etaxes-sg.inputs.nixpkgs.follows = "nixpkgs-stable";
};
outputs = { self, nixpkgs-unstable, nixpkgs-stable, home-manager
, qois-infrastructure, fabianhauser-etaxes-sg, nixos-hardware, threema, ...
, qois-infrastructure, fabianhauser-etaxes-sg, nixos-hardware, ...#threema, ...
}@inputs:
let
system = "x86_64-linux";
@ -35,7 +35,7 @@
# `nix build .#nixosConfigurations.<hostname>.config.system.build.toplevel
nixosConfigurations = let
sharedSpecialArgs = {
threemaModules = threema.nixosModules;
#threemaModules = threema.nixosModules;
inherit pkgsUnstable;
};