Skip to content

Commit

Permalink
fix undefined variable in nix 2.21 (#58)
Browse files Browse the repository at this point in the history
closes #57
  • Loading branch information
adrian-gierakowski committed Mar 26, 2024
1 parent 76b8053 commit 5692af2
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 5692af2

Please sign in to comment.