mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 19:06:28 -03:00
module.nix: init
This commit is contained in:
parent
f24d8fe371
commit
585a398dbc
2 changed files with 27 additions and 0 deletions
|
@ -6,5 +6,6 @@
|
|||
pkgs = import nixpkgs { inherit system; };
|
||||
in {
|
||||
packages.${system}.default = pkgs.callPackage ./default.nix {};
|
||||
nixosModules.default = import ./module.nix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue