diff options
author | Tanish2002 <[email protected]> | 2022-05-08 21:57:40 +0530 |
---|---|---|
committer | Tanish2002 <[email protected]> | 2022-05-08 21:57:40 +0530 |
commit | 857ea436946745c6077790fa62d3b7a171b58551 (patch) | |
tree | 470a897603ba2a36e1e5c095aa163f63f1514c79 /.gitignore | |
parent | 434184aa323cb9eb253d39a724381747c82fb68d (diff) | |
download | Hyprland-857ea436946745c6077790fa62d3b7a171b58551.tar.gz Hyprland-857ea436946745c6077790fa62d3b7a171b58551.zip |
add flake.nix and other required files for nix build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ CTestTestfile.cmake _deps build/ +result/ /.vscode/ *.o @@ -17,4 +18,4 @@ build/ *-protocol.h .ccls-cache -hyprctl/hyprctl
\ No newline at end of file +hyprctl/hyprctl |