Skip to content

Commit 9391c13

Browse files
committed
Stop tracking ignored files
1 parent 15bdf6f commit 9391c13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ a python a lightweight system-fetch tool that fully python independent from othe
66
- [INSTALL](https://github.com/binarylinuxx/pyfetch#install)
77
- [ARCH LINUX BASED WITH PKGBUILD](https://github.com/binarylinuxx/pyfetch#for-arch-linux-based-with-pkgbuild)
88
- [AUR](https://github.com/binarylinuxx/pyfetch#arch-user-repo)
9+
- [NIX/FLAKES](https://github.com/binarylinuxx/pyfetch#nix)
910
- [OTHER DISTROS](https://github.com/binarylinuxx/pyfetch#other-linux-distros)
1011
- [SCREENS](https://github.com/binarylinuxx/pyfetch#screens)
1112
- [CONFIG](https://github.com/binarylinuxx/pyfetch#config)
@@ -35,6 +36,11 @@ nix build
3536
nix run github:binarylinuxx/pyfetch
3637
```
3738

39+
**BUILD AVOIDING CLONING REPO**
40+
```
41+
nix build github:binarylinuxx/pyfetch
42+
```
43+
3844
# ARCH USER REPO
3945
```
4046
yay -S py-fetch

0 commit comments

Comments
 (0)