Clean up mkRaspi and mkComputer arguments

This commit is contained in:
Andreas Zweili 2024-04-08 21:16:32 +02:00
parent 81077feb6f
commit 08822c112b
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{
home-module,
hostname,
inputs,
system ? "x86_64-linux",
home-module ? "headless",
username ? "andreas",
}:
let
system = "x86_64-linux";
overlay-unstable = final: prev: {
unstable = import inputs.nixpkgs-unstable {
inherit system;

View File

@ -1,11 +1,11 @@
{
home-module,
hostname,
inputs,
system ? "aarch64-linux",
home-module ? "headless",
username ? "andreas",
}:
let
system = "aarch64-linux";
overlay-unstable = final: prev: {
unstable = import inputs.nixpkgs-unstable {
inherit system;