From d2a57431d5a74b4e15953893f22bf41691e457de Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Thu, 29 May 2025 23:30:42 +0200 Subject: [PATCH] fix: nicer syntax --- hosts/crocoite/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/crocoite/default.nix b/hosts/crocoite/default.nix index 2b546da..19d7884 100644 --- a/hosts/crocoite/default.nix +++ b/hosts/crocoite/default.nix @@ -5,14 +5,15 @@ nixos-unstable, ... }: { - #nixpkgs.overlays = [ overlays.unstable-packages ]; + nixpkgs = { # You can add overlays here overlays = with inArgs.self.overlays; [ # Add overlays your own flake exports (from overlays and pkgs dir): + unstable-packages + #additions #modifications - unstable-packages # You can also add overlays exported from other flakes: # neovim-nightly-overlay.overlays.default