Skip to content

Conversation

savil
Copy link
Collaborator

@savil savil commented Apr 19, 2023

Summary

We can bring back the shell.nix file to ensure older .envrc files work.

It was removed in #902.

How was it tested?

did devbox shell and saw that .devbox/gen/shell.nix exists.

❯ cat .devbox/gen/shell.nix
let
  pkgs = import
    (fetchTarball {
      url = "https://github.com/nixos/nixpkgs/archive/3364b5b117f65fe1ce65a3cdd5612a078a3b31e3.tar.gz";
    })
    { };
in
with pkgs;
mkShell {
  packages = [
      go_1_20
      golangci-lint
      actionlint
  ];
}

Copy link
Collaborator Author

savil commented Apr 19, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@savil savil requested review from mikeland73 and mohsenari April 19, 2023 17:55
@savil savil merged commit 9645d48 into main Apr 19, 2023
@savil savil deleted the savil/resurrect-shell-nix branch April 19, 2023 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants