nix: basic system config
This commit is contained in:
parent
44e61805b0
commit
e457c48757
4 changed files with 218 additions and 1 deletions
|
@ -4,4 +4,5 @@
|
|||
native = pkgs.callPackage ./native.nix {};
|
||||
backend = pkgs.callPackage ./backend.nix {};
|
||||
web = pkgs.callPackage ./web.nix {};
|
||||
docker = inputs.self.nixosConfigurations.main.config.formats.docker;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue