This website requires JavaScript.
Explore
Help
Sign In
les-particules
/
les-particules-org
Watch
1
Star
0
Fork
You've already forked les-particules-org
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
les-particules-org
/
default.nix
6 lines
106 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
chore: add Nix direnv config
2023-02-04 18:40:41 +00:00
{
pkgs
?
import
<nixos-unstable>
{
}
}:
pkgs
.
mkShell
{
chore: update dir_env
2024-01-02 17:38:48 +00:00
nativeBuildInputs
=
with
pkgs
;
[
nodejs
]
;
chore: add Nix direnv config
2023-02-04 18:40:41 +00:00
}