Skip to content

Commit

Permalink
Nix convention
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Apr 16, 2024
1 parent ba207d5 commit f1c163e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
callPythonPackage = pkgs.lib.callPackageWith (pkgs // pkgs.python3.pkgs // self.packages.${pkgs.system});
in
rec {
ioplace_parser = callPythonPackage ./default.nix {};
default = ioplace_parser;
ioplace-parser = callPythonPackage ./default.nix {};
default = ioplace-parser;
}
);
};
Expand Down

0 comments on commit f1c163e

Please sign in to comment.