parent
c51d07bdbf
commit
0fd7817932
4 changed files with 14 additions and 2 deletions
|
@ -0,0 +1 @@
|
||||||
|
use flake $FLAKE#node-dev
|
11
flake.nix
11
flake.nix
|
@ -90,6 +90,17 @@
|
||||||
nodejs_18
|
nodejs_18
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
node-dev = pkgs.mkShell {
|
||||||
|
packages = with pkgs;
|
||||||
|
[
|
||||||
|
nodejs_latest
|
||||||
|
typescript
|
||||||
|
]
|
||||||
|
++ (with nodePackages; [
|
||||||
|
ts-node
|
||||||
|
]);
|
||||||
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
use flake ../../..#ags
|
use flake $FLAKE#ags
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
use flake ../../..#ags
|
use flake $FLAKE#ags
|
||||||
|
|
Loading…
Add table
Reference in a new issue