use-nix-shell-action

`nix develop` for your Github Action steps

MIT License

Stars
11
Committers
1

Bot releases are hidden (Show)

use-nix-shell-action - v1.1.0 Latest Release

Published by rrbutani over 1 year ago

What's Changed

Full Changelog: https://github.com/rrbutani/use-nix-shell-action/compare/v1.0.0...v1.1.0

use-nix-shell-action - v1.0.0

Published by rrbutani over 1 year ago

v1.0.0

Initial Release!

Includes:

  • functionality for exporting an environment from a nix shell described by one of:
    • a list of packages from <nixpkgs>
    • a list of flake references
    • a flake devShell output
    • a file (like shell.nix)
  • functionality for running a script within such a shell