clean
nix flake show / show-flake (push) Successful in 50s

This commit is contained in:
smayzy
2025-08-02 15:24:45 +02:00
parent 1f6904cbc9
commit 852d9a2baa
4 changed files with 55 additions and 29 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
{ lib, config, pkgs, ... }:
{
lib,
config,
pkgs,
...
}:
let
inherit (lib) mkIf mkOption types;
in
+6 -1
View File
@@ -1,4 +1,9 @@
{ config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}:
let
inherit (lib) mkIf mkOption types;
in