mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
more tweaks to overlays
This commit is contained in:
12
overlays/unstable.nix
Normal file
12
overlays/unstable.nix
Normal file
@ -0,0 +1,12 @@
|
||||
# Include unstable packages
|
||||
# Adapted from https://github.com/PsychoLlama/dotfiles/blob/dd41f8c60fdc85868dbd7d88cf933348b497dcf0/lib/overlays/latest-packages.nix
|
||||
|
||||
inputs: _final: prev: {
|
||||
# Provides `pkgs.unstable`.
|
||||
unstable = import inputs.nixpkgs {
|
||||
inherit (prev) system config;
|
||||
overlays = [
|
||||
# inputs.self.overlays.vim-plugins
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user