chore: hardcode nix-channel to shell.nix
This commit is contained in:
parent
8334bd274f
commit
49f434f1d1
3 changed files with 9 additions and 5 deletions
|
|
@ -1,4 +1,7 @@
|
|||
with import <nixpkgs> {};
|
||||
with import (fetchTarball {
|
||||
url = https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz;
|
||||
sha256 = "1niknqpb6yrlcvv28cylklf7kgkjslx87jqjcnbsnr89bsq618gn";
|
||||
}) {};
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "node";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue