This commit is contained in:
Istvan Ruzman
2020-08-17 09:12:41 +02:00
parent ba131f3741
commit 558cebf015

View File

@@ -1,7 +1,5 @@
let
pkgs = import <nixpkgs> {};
in
pkgs.mkShell {
let pkgs = import <nixpkgs> { };
in pkgs.mkShell {
buildInputs = with pkgs; [
git
nixfmt