fix nixpkgs-patched eval

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-18 16:34:06 +01:00
parent e623cd2940
commit 0206f7cfcb
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,4 +1,4 @@
let
{nixpkgs}: let
buildFor = system:
import ../. {
inherit nixpkgs system;