Skip to content

Commit

Permalink
Using where-am-i
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Nov 11, 2024
1 parent 723abcd commit e4cd19c
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 96 deletions.
139 changes: 92 additions & 47 deletions flake.lock

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

7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

nix-minecraft.url = "github:Infinidoge/nix-minecraft";
nix-minecraft.inputs.nixpkgs.follows = "nixpkgs";

where-am-i-nvim.url = "github:addisonbeck/where-am-i.nvim/main";
where-am-i-nvim.inputs.nixpkgs.follows = "nixpkgs";
};

outputs = {
Expand Down Expand Up @@ -132,13 +135,13 @@
(pkgs.writeScriptBin "check" ''
if [ "$1" == "formatting" ]; then
echo "Checking formatting..."
treefmt --fail-on-change
treefmt --fail-on-change --no-cache
fi
'')
(pkgs.writeScriptBin "apply" ''
if [ "$1" == "formatting" ]; then
echo "Applying formatting..."
treefmt
treefmt --no-cache
fi
'')
];
Expand Down
2 changes: 1 addition & 1 deletion system/with/user/me.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
./with/program/nixvim.nix
./with/program/lazygit.nix
#./with/program/nixfmt.nix
./with/program/raycast.nix
#./with/program/raycast.nix
./with/program/dotnet.nix
./with/program/nuke-docker.nix
./with/program/homebrew.nix
Expand Down
Loading

0 comments on commit e4cd19c

Please sign in to comment.