chore: remove nixpak from flake outputs

This commit is contained in:
jacekpoz 2023-09-13 16:58:45 +02:00
parent c7cb0effa0
commit 1a044b0731
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -5,7 +5,6 @@
self,
nixpkgs,
nur,
nixpak,
...
} @ inputs: let
inherit (nixpkgs) lib; # we isolate lib from nixpkgs to be able to pass it to specific flake options, alternatively use nixpkgs.lib