Skip to content

Commit e17b989

Browse files
committed
using relative git paths
1 parent 62936d7 commit e17b989

File tree

2 files changed

+63
-81
lines changed

2 files changed

+63
-81
lines changed

flake.lock

Lines changed: 54 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,43 @@
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
66
flake-utils.url = "github:numtide/flake-utils";
77
fish-flake = {
8-
url = "git+file:./?dir=fish";
8+
url = "path:fish";
99
inputs.nixpkgs.follows = "nixpkgs";
1010
};
1111
vim-flake = {
12-
url = "git+file:./?dir=vim";
12+
url = "path:vim";
1313
inputs.nixpkgs.follows = "nixpkgs";
1414
inputs.fish-flake.follows = "fish-flake";
1515
};
1616
git-flake = {
17-
url = "git+file:./?dir=git";
17+
url = "path:git";
1818
inputs.nixpkgs.follows = "nixpkgs";
1919
inputs.vim-flake.follows = "vim-flake";
2020
};
2121
vscode-flake = {
22-
url = "git+file:./?dir=vscode";
22+
url = "path:vscode";
2323
inputs.nixpkgs.follows = "nixpkgs";
2424
};
2525
nushell-flake = {
26-
url = "git+file:./?dir=nushell";
26+
url = "path:nushell";
2727
inputs.nixpkgs.follows = "nixpkgs";
2828
};
2929
tmux-flake = {
30-
url = "git+file:./?dir=tmux";
30+
url = "path:tmux";
3131
inputs.nixpkgs.follows = "nixpkgs";
3232
inputs.fish-flake.follows = "fish-flake";
3333
};
3434
st-flake = {
35-
url = "git+file:./?dir=st";
35+
url = "path:st";
3636
inputs.tmux-flake.follows = "tmux-flake";
3737
};
3838
wezterm-flake = {
39-
url = "git+file:./?dir=wezterm";
39+
url = "path:wezterm";
4040
inputs.nixpkgs.follows = "nixpkgs";
4141
inputs.tmux-flake.follows = "tmux-flake";
4242
};
4343
jetporch-flake = {
44-
url = "git+file:./?dir=jetporch";
44+
url = "path:jetporch";
4545
inputs.nixpkgs.follows = "nixpkgs";
4646
};
4747
};

0 commit comments

Comments
 (0)