chore!: spring cleaning
Make `nix-darwin` follow flake's version `nixpkgs` `neovim-nighlty-overlay` - `.overlay` -> `.overlays.default` `nixVersions` - `stable` -> `latest` Check `${SHLVL}` before reloading `nix-daemon.sh` (shadows `nix shell`s) `fetchFromGitHub` - `sha256` -> `hash` Create `-monitored` packages only for valid `nixVersions`
This commit is contained in:
parent
ff04252a67
commit
6e713090c3
9 changed files with 208 additions and 193 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
nixpkgs = {
|
||||
overlays = builtins.attrValues outputs.overlays ++ [
|
||||
inputs.neovim-nightly-overlay.overlay
|
||||
inputs.neovim-nightly-overlay.overlays.default
|
||||
inputs.zig-overlay.overlays.default
|
||||
inputs.wired.overlays.default
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue