devenv: use flake for more up-to-date version

This commit is contained in:
Christoph Hollizeck 2025-06-10 21:37:36 +02:00
parent be282ed8e7
commit 38b9d62597
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 336 additions and 111 deletions

View file

@ -85,6 +85,11 @@
################
## inputs for dev shells
#
devenv = {
url = "github:cachix/devenv";
inputs.nixpkgs.follows = "nixpkgs";
};
# rust
fenix = {
@ -119,6 +124,7 @@
overlays = with inputs; [
hyprpanel.overlay
devenv.overlays.default
];
homes.modules = with inputs; [