This commit is contained in:
Henri Dohmen 2025-07-14 23:09:22 +02:00
parent 5dc9a063b4
commit d2d89d7047
Signed by: hd
GPG key ID: AB79213B044674AE
4 changed files with 19 additions and 15 deletions

View file

@ -31,7 +31,7 @@
nixpkgs,
}@inputs:
let
lib = nixpkgs.lib;
inherit (nixpkgs) lib;
lib' = import ./lib.nix { inherit lib; };
specialArgs = rec {