benjaminbaedorf.eu/shell.nix

7 lines
144 B
Nix
Raw Normal View History

2021-11-17 17:36:21 +00:00
with (import (fetchTarball https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz) {});
mkShell {
buildInputs = [
nodejs
];
}