feat: added purescript stuff
This commit is contained in:
parent
df5ce78519
commit
d2dbc13c26
5 changed files with 16 additions and 5 deletions
modules/dev
|
@ -1 +1 @@
|
|||
{ ... }: { imports = [ ./nix.nix ]; }
|
||||
{ ... }: { imports = [ ./nix.nix ./purescript.nix ]; }
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ nixfmt niv cached-nix-shell ];
|
||||
home-manager.users.adrielus.home.packages = with pkgs; [
|
||||
nixfmt
|
||||
niv
|
||||
cached-nix-shell
|
||||
];
|
||||
}
|
||||
|
|
8
modules/dev/purescript.nix
Normal file
8
modules/dev/purescript.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus.home.packages = with pkgs.easy-purescript-nix; [
|
||||
purescript
|
||||
spago
|
||||
purty
|
||||
pscid
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue