Skip to content

Commit

Permalink
fix undefined variable in nix 2.21
Browse files Browse the repository at this point in the history
closes #57
  • Loading branch information
adrian-gierakowski committed Mar 25, 2024
1 parent 76b8053 commit 325c2f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@

packages = eachSystem (pkgs: {
default = pkgs.callPackage ./pkgs/kubenix.nix {
inherit (self.packages.${system});
evalModules = self.evalModules.${pkgs.system};
};
docs = import ./docs {
Expand Down

0 comments on commit 325c2f0

Please sign in to comment.