Skip to content

Commit

Permalink
chore(nix): exposes shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Aug 25, 2024
1 parent 124c37b commit a59052b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
funzzyNightly = pkgs.copkgs.funzzyNightly;
};

devShells."${system}".default = import ./nix/development-environment.nix { inherit pkgs; };
devShells."${system}".default = import ./shell.nix { inherit pkgs; };
}
) systems;
in
Expand Down
2 changes: 1 addition & 1 deletion nix/development-environment.nix → shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs }:
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [
rustc
Expand Down

0 comments on commit a59052b

Please sign in to comment.