feat: changed a lot of stuff
This commit is contained in:
parent
9a18f75bcb
commit
079813563c
11 changed files with 8699 additions and 786 deletions
modules/dev
|
@ -5,7 +5,7 @@ in {
|
|||
file.".ghci".source = ./ghci;
|
||||
|
||||
packages = with pkgs;
|
||||
[ ghc ghcid hlint cabal-install snack stack hie ]
|
||||
[ ghc ghcid hlint cabal-install snack stack ]
|
||||
++ (with haskellPackages; [ brittany hoogle hpack pointfree ]);
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
fromNpm = import ./npm { inherit pkgs; };
|
||||
node = pkgs.nodejs_latest;
|
||||
node = pkgs.nodejs-12_x;
|
||||
yarn = pkgs.yarn.override { nodejs = node; };
|
||||
in {
|
||||
home-manager.users.adrielus.home.packages = with pkgs;
|
||||
with nodePackages;
|
||||
|
@ -11,9 +12,13 @@ in {
|
|||
node2nix
|
||||
|
||||
pnpm
|
||||
(yarn.override { nodejs = node; })
|
||||
yarn
|
||||
|
||||
tsdx
|
||||
mklicense
|
||||
preact-cli
|
||||
create-next-app
|
||||
create-snowpack-app
|
||||
bower
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1 +1,9 @@
|
|||
["pnpm", "tsdx", "mklicense"]
|
||||
[
|
||||
"pnpm",
|
||||
"tsdx",
|
||||
"mklicense",
|
||||
"preact-cli",
|
||||
"create-next-app",
|
||||
"create-snowpack-app",
|
||||
"bower"
|
||||
]
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -4,6 +4,7 @@
|
|||
spago
|
||||
purty
|
||||
pscid
|
||||
pulp
|
||||
zephyr
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue