This commit is contained in:
icefox 2025-12-26 12:08:19 -03:00
parent 38a5c47dab
commit af358f9326
No known key found for this signature in database
5 changed files with 116 additions and 3 deletions

View file

@ -7,7 +7,9 @@
};
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
{
nixosModules.default = import ./module.nix;
} // flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
in