Starlight/shell.nix
Seven Of Aces fe9a300dc5
Some checks failed
test / test (push) Has been cancelled
Initial setup
2024-12-12 19:09:26 -08:00

7 lines
No EOL
229 B
Nix

let
# Pinned nixpkgs, 24.11
pkgs = import (fetchTarball("https://github.com/NixOS/nixpkgs/archive/8b27c1239e5c421a2bbc2c65d52e4a6fbf2ff296.tar.gz")) {};
in pkgs.mkShell {
buildInputs = [ pkgs.cargo pkgs.rustc pkgs.act ];
}