More README info
This commit is contained in:
parent
6a70f079c7
commit
37df0c0575
7 changed files with 83 additions and 20 deletions
|
@ -9,7 +9,6 @@
|
|||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
||||
nix = pkgs.nixUnstable;
|
||||
dhallNix = pkgs.haskellPackages.dhall-nix;
|
||||
|
||||
nixRelatedTools = with pkgs; [
|
||||
|
@ -18,14 +17,12 @@
|
|||
lorri
|
||||
niv
|
||||
nixfmt
|
||||
nixpkgs-fmt
|
||||
statix
|
||||
vulnix
|
||||
];
|
||||
|
||||
inherit (pkgs) mkShell;
|
||||
in {
|
||||
devShells = {
|
||||
default = mkShell { buildInputs = [ nix ] ++ nixRelatedTools; };
|
||||
};
|
||||
devShells = { default = mkShell { buildInputs = nixRelatedTools; }; };
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue