devenv: use flake for more up-to-date version
This commit is contained in:
parent
be282ed8e7
commit
38b9d62597
2 changed files with 336 additions and 111 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue