This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3ff6ae3697
tvl-depot
/
website
/
goals
/
shell.nix
9 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
Create wpcarro.dev/goals Create a simple React app to define my goals. See the goals/README.md for more context.
2020-03-25 17:30:22 +01:00
let
pkgs
=
import
<nixpkgs>
{
}
;
in
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
nodejs
Use boilerplate/typescript for goals After deploying the version of this application that built everything in the browser, which originally was the impetus for the entire project, I learned that the babel in-browser transformer won't work. I'm not sure why, but I need to move on from this project and do other work. I ported the code to my boilerplate/typescript, which works. Wahoo!
2020-03-25 18:04:41 +01:00
yarn
Create wpcarro.dev/goals Create a simple React app to define my goals. See the goals/README.md for more context.
2020-03-25 17:30:22 +01:00
]
;
}
Reference in a new issue
Copy permalink