File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ a python a lightweight system-fetch tool that fully python independent from othe
6
6
- [ INSTALL] ( https://github.com/binarylinuxx/pyfetch#install )
7
7
- [ ARCH LINUX BASED WITH PKGBUILD] ( https://github.com/binarylinuxx/pyfetch#for-arch-linux-based-with-pkgbuild )
8
8
- [ AUR] ( https://github.com/binarylinuxx/pyfetch#arch-user-repo )
9
+ - [ NIX/FLAKES] ( https://github.com/binarylinuxx/pyfetch#nix )
9
10
- [ OTHER DISTROS] ( https://github.com/binarylinuxx/pyfetch#other-linux-distros )
10
11
- [ SCREENS] ( https://github.com/binarylinuxx/pyfetch#screens )
11
12
- [ CONFIG] ( https://github.com/binarylinuxx/pyfetch#config )
@@ -35,6 +36,11 @@ nix build
35
36
nix run github:binarylinuxx/pyfetch
36
37
```
37
38
39
+ ** BUILD AVOIDING CLONING REPO**
40
+ ```
41
+ nix build github:binarylinuxx/pyfetch
42
+ ```
43
+
38
44
# ARCH USER REPO
39
45
```
40
46
yay -S py-fetch
You can’t perform that action at this time.
0 commit comments