raf
5b6d16c2cf
Merge pull request #1 from fufexan/nix-cleanup-cleanup
...
Nix cleanup cleanup
2024-10-13 20:20:47 +00:00
Mihai Fufezan
bd8e62dd0a
Nix: remove redundant enableParallelBuilding
2024-10-13 23:18:40 +03:00
Mihai Fufezan
50dea18ce3
CI: fix devshell loading
2024-10-13 23:15:54 +03:00
NotAShelf
e88f65ccf0
ci/cargo-build: make nix devshell impure
2024-10-13 15:28:48 +03:00
NotAShelf
d48ec1fb88
nix: clean up; generalize; enable parallel builds
2024-10-13 15:28:27 +03:00
NotAShelf
6c974bc5f3
CI: actually fix build workflow
...
Whoops.
2024-10-12 01:05:16 +03:00
raf
a2709cd620
Merge pull request #188 from NotAShelf/fix-build-ci
...
CI: fix build workflow
2024-10-11 22:02:49 +00:00
NotAShelf
070e412bec
flake: clean up default devShell; add standalone nix shell
2024-10-12 01:02:04 +03:00
NotAShelf
243568d470
flake: bump inputs
2024-10-12 01:01:07 +03:00
raf
c6101a31a8
Merge pull request #175 from jacekpoz/nix-mainProgram
...
nix: add meta.mainProgram
2024-07-16 13:09:20 +00:00
jacekpoz
9195eae6bb
nix: add meta.mainProgram
2024-07-15 22:08:58 +02:00
raf
7aabad8d5b
Merge pull request #167 from NotAShelf/ci-refactor
...
ci: fine-grain trigger conditions
2024-06-05 08:30:07 +00:00
NotAShelf
2efe3e0b57
ci: fine-grain trigger conditions
2024-06-05 11:27:50 +03:00
NotAShelf
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 #165 from NotAShelf/ci-refactor
...
ci: order nix workflows; add cargo audit
2024-06-05 04:59:28 +00:00
NotAShelf
1f8ac6321d
ci: install cargo dependencies before building workspace
2024-06-04 20:47:05 +03:00
NotAShelf
636ddab170
ci: order nix workflows; add cargo audit
2024-06-04 20:35:03 +03:00
raf
dc1bd1d732
Merge pull request #164 from NotAShelf/nix
...
nix: additional cleanup
2024-06-04 17:25:05 +00:00
NotAShelf
1af888794d
nix: get rid of with lib; and inherit explicitly
2024-06-04 19:39:10 +03:00
NotAShelf
26d4a72901
nix: inherit self from destructured args; get rid of rec
2024-06-04 19:21:46 +03:00
raf
4355d933cc
Merge pull request #163 from NotAShelf/nix
...
nix: use the correct self attribute in the module import
2024-06-04 16:02:27 +00:00
NotAShelf
f3794681f8
docs: format; point the project links to the organization repo
2024-06-04 18:55:33 +03:00
NotAShelf
341d866854
nix: use the correct self attribute in the module import
2024-06-04 18:55:16 +03:00
raf
de2b05bddb
Merge pull request #161 from NotAShelf/nix
...
nix: minor cleanup
2024-06-03 18:41:17 +00:00
NotAShelf
8d431d792a
CI: use cachix nix installer
...
DetSys one is often inconsistent
2024-06-03 20:24:02 +03:00
NotAShelf
4064b0b4a7
nix: avoid with lib; where applicable
2024-06-03 20:21:03 +03:00
NotAShelf
a384914175
nix: update flake inputs
2024-06-03 20:10:08 +03:00
NotAShelf
deb7801b4d
nix: follow nix-systems linux as the default platforms
2024-06-03 19:51:35 +03:00
NotAShelf
cb6fdbcbaa
nix: streamline plugin package generation
...
Simplifies nix code and gets rid of discouraged rec pattern in flake.nix
2024-06-03 19:45:35 +03:00
raf
5d2610eb14
Merge pull request #160 from NotAShelf/nix
...
nix: generate overlay from exposed packages
2024-06-03 16:29:40 +00:00
NotAShelf
658718b31c
nix: generate overlay from exposed packages
2024-06-03 19:20:04 +03:00
TheRealGramdalf
3c2e38ea65
Use nix.settings.extra-* ( #147 )
2024-06-03 19:07:53 +03:00
Jost Alemann
f9d30e34fa
fix: code snippet in README ( #143 )
2024-04-16 12:17:42 +03:00
Jost Alemann
be6728884d
Update README to fix code snippets ( #138 )
...
* fix flakes snippet
* update home-manager snippet
2024-04-03 12:28:35 +03:00
BennyDioxide
cda1ab4395
fix: Desktop Entries without proper path wouldn't run ( #120 )
...
* fix: Desktop Entries without proper path wouldn't run
Now it would try to run in env::current_dir if the path was not set or not proper
* refactor: Remove the empty `#![feature()]` attribute
2024-04-03 12:27:56 +03:00
Uttarayan Mondal
e14da6c373
[fix] Use ::core::option::Option and ::core::result::Result for the macros ( #97 )
2023-12-01 19:56:40 +02:00
Justin Lavoie
872984a6c9
Replace -o with --plugins in documentation ( #119 )
2023-11-30 13:16:23 +02:00
Gaz
52cec0a393
Update README.md ( #111 )
2023-11-28 22:06:33 +02:00
NotAShelf
f9073a6184
nix: housekeeping ( #100 )
...
* flake: bump inputs
* CI: simplify cachix workflow
* CI: separate nix flake checking
2023-10-10 11:21:25 +03:00
Kirottu
76af3eb198
Updated dependencies
2023-08-19 23:17:15 +03:00
Andrej Benz
cebc052f0d
feat: changed applications matching/weighting ( #88 )
2023-08-19 17:52:53 +03:00
Kirottu
ca77298d46
Websearch: removed debug print statement
2023-08-16 08:26:33 +03:00
Kirottu
d4b16a7c2b
Added keyword search
2023-08-15 19:44:00 +03:00
Kirottu
c0f53cabee
Websearch: Improved search url formatting, fixed custom engines and example config
2023-08-15 19:11:49 +03:00
Kirottu
7679b2fafd
Added custom search engine support, some code style changes
2023-08-08 15:17:09 +03:00
Andrej Benz
1da9daa605
readme: added websearch ( #76 )
2023-08-08 15:08:00 +03:00
NotAShelf
59e0bf6e57
nix: cleanup ( #75 )
...
* dev: typo in cache job name
* nix: cleanup
2023-08-07 23:11:31 +03:00
Kirottu
e6129f6f84
Changed the anyrun-plugin dependency of the Websearch plugin to use a relative path
...
This fixes Nix builds, and makes the plugin follow the way the rest of the plugins already
define dependencies.
2023-08-07 23:06:25 +03:00
Andrej Benz
361267a555
feat: websearch plugin ( #74 )
2023-08-07 16:49:33 +03:00