nix: use 22.11 stable nixpkgs #13
3 changed files with 1 additions and 5 deletions
|
@ -36,10 +36,8 @@ in
|
||||||
bat # a cat clone with syntax highlighting and git integration
|
bat # a cat clone with syntax highlighting and git integration
|
||||||
ripgrep # a fuzzy finder
|
ripgrep # a fuzzy finder
|
||||||
vnetod # a tool to change env sections
|
vnetod # a tool to change env sections
|
||||||
wd2 # my wrapper for d2
|
|
||||||
gnumake
|
gnumake
|
||||||
libnotify # tool to send notifications via cli
|
libnotify # tool to send notifications via cli
|
||||||
fawltydeps # Python dependency checker
|
|
||||||
|
|
||||||
deno
|
deno
|
||||||
nickel
|
nickel
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = lib.mkAfter [
|
nixpkgs.overlays = lib.mkAfter [
|
||||||
inputs.myneovim.overlays.default
|
inputs.myneovim.overlays.default
|
||||||
inputs.mytools.overlays.all
|
|
||||||
inputs.wd2.overlays.default
|
|
||||||
inputs.nil.overlays.default
|
inputs.nil.overlays.default
|
||||||
inputs.vnetod.overlays.default
|
inputs.vnetod.overlays.default
|
||||||
inputs.wired.overlays.default
|
inputs.wired.overlays.default
|
||||||
|
|
|
@ -29,7 +29,7 @@ in
|
||||||
(pkg: elem (lib.getName pkg) cfg.allowUnfreePackages);
|
(pkg: elem (lib.getName pkg) cfg.allowUnfreePackages);
|
||||||
|
|
||||||
nixpkgs.overlays = lib.mkBefore [
|
nixpkgs.overlays = lib.mkBefore [
|
||||||
inputs.self.overlays.default
|
# inputs.self.overlays.default
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
unstable = import inputs.nixpkgs-unstable {
|
unstable = import inputs.nixpkgs-unstable {
|
||||||
inherit (config.nixpkgs) config overlays system;
|
inherit (config.nixpkgs) config overlays system;
|
||||||
|
|
Loading…
Reference in a new issue