From 48b4e0997651097bb229cc0c50b32921260f8ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 26 Sep 2022 16:35:58 +0200 Subject: [PATCH] shell.nix: no longer use out-dated nixFlakes alias --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index e8ea1e6..11bb906 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,7 @@ pkgs.mkShell { delve gnupg util-linux - nixFlakes + nix golangci-lint ]; # delve does not compile with hardening enabled