From b5236bf14564c0e14ab5298ab1d0ba8e6aedf56f Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 22 May 2022 21:01:37 -0500 Subject: [PATCH] Add direnv flake alias --- home/xonsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/xonsh.nix b/home/xonsh.nix index 98692c0..7b7ccc2 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -41,6 +41,7 @@ in { devroles = "cd ~/src/ansible_collections/devroles"; molcol = "molecule -c ../../tests/molecule.yml"; pa = "cd ~/src/packaging"; + dirflake = "nix flake new -t github:nix-community/nix-direnv"; }; configHeader = ''