Nixfmt
This commit is contained in:
parent
1e35472464
commit
cf648f81ad
7 changed files with 78 additions and 56 deletions
|
@ -23,7 +23,10 @@
|
|||
"/share"
|
||||
];
|
||||
};
|
||||
libPackages = with pkgs; [ readline70 openssl ];
|
||||
libPackages = with pkgs; [
|
||||
readline70
|
||||
openssl
|
||||
];
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue