From 0945cfd00f6c851fe4e0d98c867e12708abf93b3 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 10 May 2023 06:41:31 -0600 Subject: [PATCH] run flake-warn from shellHook --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 18580d5..bddefbd 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,7 @@ default = pkgs.mkShell { shellHook = '' PS1='\u@\h:\@; ' + nix run github:qbit/xin#flake-warn echo "Go `${pkgs.go_1_20}/bin/go version`" ''; buildInputs = with pkgs; [