Skip to content

Commit

Permalink
chore: exposes default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Feb 2, 2025
1 parent 42d3e55 commit b30c6a2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };
srcpkgs = import ./packages.nix { inherit pkgs; };
srcpkgs = import ./default.nix { inherit pkgs; };
in {
packages = srcpkgs;

Expand Down

0 comments on commit b30c6a2

Please sign in to comment.