mirror of
https://github.com/input-output-hk/foliage.git
synced 2024-12-02 07:54:45 +03:00
Remove devShell
This commit is contained in:
parent
83405a1467
commit
d6419b2fbd
@ -24,16 +24,12 @@
|
||||
hlint = { };
|
||||
haskell-language-server = { };
|
||||
};
|
||||
shell.buildInputs = with pkgs; [ nixpkgs-fmt fsatrace ];
|
||||
modules =
|
||||
[{ packages.foliage.components.exes.foliage.dontStrip = false; }];
|
||||
|
||||
};
|
||||
in {
|
||||
packages.default = project.foliage.components.exes.foliage;
|
||||
devShell = pkgs.mkShell {
|
||||
name = "foliage-dev-shell";
|
||||
buildInputs = with pkgs; [ fsatrace ];
|
||||
};
|
||||
});
|
||||
|
||||
nixConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user