NotAShelf
84d582a8ed
chore: bump rustls
...
Satisfies cargo-audit results, hopefully.
2024-10-31 22:42:24 +03:00
NotAShelf
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
NotAShelf
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 #191 from NotAShelf/master
...
docs: include project status in the README
2024-10-13 20:50:07 +00:00
NotAShelf
bdbf377970
docs: include project status in the README
2024-10-13 23:48:48 +03:00
raf
4892cddc99
Merge pull request #169 from fufexan/applications
...
plugins/applications: fix launching terminal apps with arguments
2024-10-13 20:29:26 +00:00
raf
1c524e8c22
Merge pull request #189 from NotAShelf/nix-cleanup
...
nix: clean up; generalize
2024-10-13 20:28:32 +00:00
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
raf
32c397972a
Merge pull request #190 from NotAShelf/bump-deps
...
chore(anyrun): update dependencies
2024-10-13 19:37:50 +00:00
NotAShelf
69d05e2ba5
chore(anyrun): update dependencies
2024-10-13 17:24:35 +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
Mihai Fufezan
08f3d0bfcb
plugins/applications: fix terminal apps with arguments
2023-12-21 22:04:57 +02: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