Skip to content

Commit

Permalink
temporary direnv fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Sep 21, 2023
1 parent 5d00036 commit 7e519a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 6 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
chris-neovim.url = "github:siph/nixvim-flake";
wt-fetch.url = "github:siph/wt-fetch";
home-manager = {
url = "github:nix-community/home-manager";
# TODO: change when pr is merged
# url = "github:nix-community/home-manager";
url = "github:siph/home-manager/nushell-syntax";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-generators = {
Expand Down

0 comments on commit 7e519a2

Please sign in to comment.