Commit Graph

197 Commits

Author SHA1 Message Date
f9ef5665fe plugins/applications: add preprocess_exec_script option 2024-12-07 21:46:30 +01:00
raf
d2017f224b Merge pull request from fufexan/launch-prefix
Revert "plugins/applications: fix terminal apps with arguments"
2024-11-08 22:09:15 +03:00
3c5b64e6cc Revert "plugins/applications: fix terminal apps with arguments"
This reverts commit 08f3d0bfcb.

Functionality was already present in scrubber.rs
2024-11-08 21:02:50 +02:00
raf
b3b4f2253d Merge pull request from NotAShelf/master
nix: fix incramental flags, again
2024-11-01 07:04:25 +00:00
raf
57d126b8e0 Merge branch 'anyrun-org:master' into master 2024-11-01 07:02:27 +00:00
6a9547bb10 nix: fix incramental flags, again
I'm blind *and* stupid. Cheers!
2024-10-31 23:38:32 +03:00
raf
fab3e12be4 Merge pull request from NotAShelf/master
nix: housekeeping
2024-10-31 20:28:09 +00:00
raf
0109732881 Merge branch 'anyrun-org:master' into master 2024-10-31 20:27:39 +00:00
57139e050b nix/packages: fix incramental builds variable
https://doc.rust-lang.org/cargo/reference/config.html
2024-10-31 23:26:05 +03:00
591d08e430 chore: shut up resolver warning 2024-10-31 23:26:04 +03:00
3e98dcb93e nix: re-organize flake structure 2024-10-31 23:26:03 +03:00
raf
a808e6d801 Merge pull request from NotAShelf/master
chore: bump vulnerable dependencies
2024-10-31 20:06:29 +00:00
raf
d8de68ead7 Merge branch 'anyrun-org:master' into master 2024-10-31 19:58:14 +00:00
9181641b72 chore: update more vulnerable dependencies 2024-10-31 22:57:45 +03:00
84d582a8ed chore: bump rustls
Satisfies cargo-audit results, hopefully.
2024-10-31 22:42:24 +03:00
raf
c10374c687 Merge pull request from NotAShelf/master
update hyprland-rs crate to 0.4.0-beta.1
2024-10-31 19:38:42 +00:00
7e74bc1ec6 nix: bump nixpkgs
Current dependencies require Rustc 1.72.0 or above, this updates nixpkgs and therefore Rustc
2024-10-31 22:24:13 +03:00
89769e43f1 update hyprland-rs crate to 0.4.0-beta.1
---
Co-authored-by: peppidesu <@peppidesu>
2024-10-31 22:24:06 +03:00
raf
6e0385f694 Merge pull request from NotAShelf/master
docs: include project status in the README
2024-10-13 20:50:07 +00:00
bdbf377970 docs: include project status in the README 2024-10-13 23:48:48 +03:00
raf
4892cddc99 Merge pull request from fufexan/applications
plugins/applications: fix launching terminal apps with arguments
2024-10-13 20:29:26 +00:00
raf
1c524e8c22 Merge pull request from NotAShelf/nix-cleanup
nix: clean up; generalize
2024-10-13 20:28:32 +00:00
raf
5b6d16c2cf Merge pull request from fufexan/nix-cleanup-cleanup
Nix cleanup cleanup
2024-10-13 20:20:47 +00:00
bd8e62dd0a Nix: remove redundant enableParallelBuilding 2024-10-13 23:18:40 +03:00
50dea18ce3 CI: fix devshell loading 2024-10-13 23:15:54 +03:00
raf
32c397972a Merge pull request from NotAShelf/bump-deps
chore(anyrun): update dependencies
2024-10-13 19:37:50 +00:00
69d05e2ba5 chore(anyrun): update dependencies 2024-10-13 17:24:35 +03:00
e88f65ccf0 ci/cargo-build: make nix devshell impure 2024-10-13 15:28:48 +03:00
d48ec1fb88 nix: clean up; generalize; enable parallel builds 2024-10-13 15:28:27 +03:00
6c974bc5f3 CI: actually fix build workflow
Whoops.
2024-10-12 01:05:16 +03:00
raf
a2709cd620 Merge pull request from NotAShelf/fix-build-ci
CI: fix build workflow
2024-10-11 22:02:49 +00:00
070e412bec flake: clean up default devShell; add standalone nix shell 2024-10-12 01:02:04 +03:00
243568d470 flake: bump inputs 2024-10-12 01:01:07 +03:00
raf
c6101a31a8 Merge pull request from jacekpoz/nix-mainProgram
nix: add meta.mainProgram
2024-07-16 13:09:20 +00:00
9195eae6bb nix: add meta.mainProgram 2024-07-15 22:08:58 +02:00
raf
7aabad8d5b Merge pull request from NotAShelf/ci-refactor
ci: fine-grain trigger conditions
2024-06-05 08:30:07 +00:00
2efe3e0b57 ci: fine-grain trigger conditions 2024-06-05 11:27:50 +03:00
c0bfa896d7 ci: remove build workflow
We need to collect the dependency names for debian based distros, which I will do at a later date
2024-06-05 10:28:55 +03:00
raf
8c1f7907a4 ci: fix yaml syntax errors 2024-06-05 05:00:31 +00:00
raf
ff395836ab Merge pull request from NotAShelf/ci-refactor
ci: order nix workflows; add cargo audit
2024-06-05 04:59:28 +00:00
1f8ac6321d ci: install cargo dependencies before building workspace 2024-06-04 20:47:05 +03:00
636ddab170 ci: order nix workflows; add cargo audit 2024-06-04 20:35:03 +03:00
raf
dc1bd1d732 Merge pull request from NotAShelf/nix
nix: additional cleanup
2024-06-04 17:25:05 +00:00
1af888794d nix: get rid of with lib; and inherit explicitly 2024-06-04 19:39:10 +03:00
26d4a72901 nix: inherit self from destructured args; get rid of rec 2024-06-04 19:21:46 +03:00
raf
4355d933cc Merge pull request from NotAShelf/nix
nix: use the correct self attribute in the module import
2024-06-04 16:02:27 +00:00
f3794681f8 docs: format; point the project links to the organization repo 2024-06-04 18:55:33 +03:00
341d866854 nix: use the correct self attribute in the module import 2024-06-04 18:55:16 +03:00
raf
de2b05bddb Merge pull request from NotAShelf/nix
nix: minor cleanup
2024-06-03 18:41:17 +00:00
8d431d792a CI: use cachix nix installer
DetSys one is often inconsistent
2024-06-03 20:24:02 +03:00