Create module

This commit is contained in:
2024-11-21 15:51:55 +01:00
parent 89e4c5e7f0
commit 088643cae5
2 changed files with 107 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
"x86_64-linux"
];
in {
nixosModules = rec {
hcpy = import ./module.nix self;
default = hcpy;
};
packages = eachSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
in rec {