Skip to content

Commit

Permalink
Try #1583:
Browse files Browse the repository at this point in the history
  • Loading branch information
iohk-bors[bot] committed Aug 12, 2022
2 parents d457e12 + 5c4d192 commit d39d287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started-flakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Add `flake.nix`:
};
in flake // {
# Built by `nix build .`
defaultPackage = flake.packages."hello:exe:hello";
packages.${system}.default = flake.packages."hello:exe:hello";
});
}
```
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

packages = ((self.internal.compat { inherit system; }).hix).apps;

devShell = with self.legacyPackages.${system};
devShells.${system}.default = with self.legacyPackages.${system};
mkShell {
buildInputs = [
nixUnstable
Expand Down

0 comments on commit d39d287

Please sign in to comment.