1
Fork 0

feat: changed a lot of stuff

This commit is contained in:
Matei Adriel 2020-10-07 11:11:03 +03:00
parent 9a18f75bcb
commit 079813563c
11 changed files with 8699 additions and 786 deletions

View file

@ -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 ]);
};
}

View file

@ -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
];
}

View file

@ -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

View file

@ -4,6 +4,7 @@
spago
purty
pscid
pulp
zephyr
];
}