Skip to content
Snippets Groups Projects
Verified Commit bd9d4ed9 authored by Legy (Beini)'s avatar Legy (Beini)
Browse files

Add initial template

parents
No related branches found
No related tags found
No related merge requests found
/.envrc
/result
{
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
wat = {
url = gitlab:beini/wat?host=git.c3pb.de;
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = flakes@{ self, wat, ... }: wat.lib.mkWatRepo ({ findMachines, ... }: {
nixosConfigurations = findMachines ./machines;
});
}
{ mkMachine, ... }:
mkMachine "x86_64-linux" ({ ... }: {
# your system here
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment