mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
idk it's funny
This commit is contained in:
parent
22de7361dd
commit
4f8c86858a
32 changed files with 127 additions and 79 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ disko, nixos-generators, ... }:
|
||||
{
|
||||
disko,
|
||||
nixos-generators,
|
||||
_file,
|
||||
}:
|
||||
{
|
||||
lib,
|
||||
modulesPath,
|
||||
|
|
@ -39,5 +43,5 @@
|
|||
edition = lib.mkForce "gerg-minimal";
|
||||
isoName = lib.mkForce "NixOS";
|
||||
};
|
||||
#_file
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue