1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(panoptikon): add library to flake outputs and use

This commit is contained in:
2023-03-30 19:13:25 +02:00
parent b7a5c3c333
commit 7759cfb35f
4 changed files with 110 additions and 82 deletions

View File

@@ -54,11 +54,16 @@
traadfri = import modules/traadfri.nix;
};
lib = {
panoptikon = import lib/panoptikon.nix;
};
nixosConfigurations = {
ful = nixpkgs.lib.nixosSystem rec {
system = "aarch64-linux";
specialArgs = {
niveumPackages = inputs.self.packages.${system};
niveumLib = inputs.self.lib;
inherit inputs;
};
modules = [