rework installation template based on received feedback

This commit is contained in:
Jörg Thalheim
2024-07-21 21:16:07 +02:00
parent 05a28e596d
commit fabfba77cf
10 changed files with 193 additions and 234 deletions

View File

@@ -1,6 +1,6 @@
{ self, inputs, ... }:
{
flake = (import ./flake.nix).outputs {} // {
flake = (import ./flake.nix).outputs { } // {
checks.x86_64-linux.template-minimal =
let
path = self.templates.minimal.path;