mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: constraint args to only hostname and system
This commit is contained in:
parent
dad09ed8fd
commit
201b780868
2 changed files with 19 additions and 10 deletions
|
|
@ -20,7 +20,7 @@ let
|
|||
go =
|
||||
mkNixOS
|
||||
(
|
||||
{ hostname, system, ... }:
|
||||
{ hostname, system }:
|
||||
[
|
||||
{
|
||||
nixpkgs.hostPlatform = system;
|
||||
|
|
@ -55,7 +55,7 @@ let
|
|||
mkDarwins = many (
|
||||
mkDarwin
|
||||
(
|
||||
{ hostname, system, ... }:
|
||||
{ hostname, system }:
|
||||
[
|
||||
{
|
||||
nixpkgs.hostPlatform = system;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue