You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I attempted to pull this overlay into my flake-based configuration, but unfortunately the fetchTarball in pkgs.nix requires a sha256 argument.
I'm a bit confused why you're pinning a particular version of nixpkgs here in the first place - could this be removed and handled similar to how emacs-overlay does it (where it pushes the nixpkgs that are current at the time the build is pushed to the cache)?
I attempted to pull this overlay into my flake-based configuration, but unfortunately the
fetchTarballin pkgs.nix requires asha256argument.I'm a bit confused why you're pinning a particular version of nixpkgs here in the first place - could this be removed and handled similar to how emacs-overlay does it (where it pushes the nixpkgs that are current at the time the build is pushed to the cache)?