File tree Expand file tree Collapse file tree 2 files changed +63
-81
lines changed Expand file tree Collapse file tree 2 files changed +63
-81
lines changed Original file line number Diff line number Diff line change 5
5
nixpkgs . url = "github:NixOS/nixpkgs/nixos-unstable" ;
6
6
flake-utils . url = "github:numtide/flake-utils" ;
7
7
fish-flake = {
8
- url = "git+file:./?dir= fish" ;
8
+ url = "path: fish" ;
9
9
inputs . nixpkgs . follows = "nixpkgs" ;
10
10
} ;
11
11
vim-flake = {
12
- url = "git+file:./?dir= vim" ;
12
+ url = "path: vim" ;
13
13
inputs . nixpkgs . follows = "nixpkgs" ;
14
14
inputs . fish-flake . follows = "fish-flake" ;
15
15
} ;
16
16
git-flake = {
17
- url = "git+file:./?dir= git" ;
17
+ url = "path: git" ;
18
18
inputs . nixpkgs . follows = "nixpkgs" ;
19
19
inputs . vim-flake . follows = "vim-flake" ;
20
20
} ;
21
21
vscode-flake = {
22
- url = "git+file:./?dir= vscode" ;
22
+ url = "path: vscode" ;
23
23
inputs . nixpkgs . follows = "nixpkgs" ;
24
24
} ;
25
25
nushell-flake = {
26
- url = "git+file:./?dir= nushell" ;
26
+ url = "path: nushell" ;
27
27
inputs . nixpkgs . follows = "nixpkgs" ;
28
28
} ;
29
29
tmux-flake = {
30
- url = "git+file:./?dir= tmux" ;
30
+ url = "path: tmux" ;
31
31
inputs . nixpkgs . follows = "nixpkgs" ;
32
32
inputs . fish-flake . follows = "fish-flake" ;
33
33
} ;
34
34
st-flake = {
35
- url = "git+file:./?dir= st" ;
35
+ url = "path: st" ;
36
36
inputs . tmux-flake . follows = "tmux-flake" ;
37
37
} ;
38
38
wezterm-flake = {
39
- url = "git+file:./?dir= wezterm" ;
39
+ url = "path: wezterm" ;
40
40
inputs . nixpkgs . follows = "nixpkgs" ;
41
41
inputs . tmux-flake . follows = "tmux-flake" ;
42
42
} ;
43
43
jetporch-flake = {
44
- url = "git+file:./?dir= jetporch" ;
44
+ url = "path: jetporch" ;
45
45
inputs . nixpkgs . follows = "nixpkgs" ;
46
46
} ;
47
47
} ;
You can’t perform that action at this time.
0 commit comments