reformatting

This commit is contained in:
Alex Auvolat
2023-04-19 22:17:20 +02:00
parent 18ee8efb5f
commit 9ec4cca334
2 changed files with 8 additions and 11 deletions
+7 -7
View File
@@ -1,8 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
leiningen
vagrant
gnuplot
];
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
leiningen
vagrant
gnuplot
];
}