From 36749e9fbe0f4c04163f9924f8e8be01d0442745 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 8 May 2023 16:10:41 -0600 Subject: [PATCH] run flake-warn on shell startup --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 6d6fbc7..37d4af3 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ shellHook = '' PS1='\u@\h:\@; ' echo "Go `${pkgs.go}/bin/go version`" + nix run github:qbit/xin#flake-warn ''; nativeBuildInputs = with pkgs; [ git go_1_20 gopls go-tools graphviz ]; };