From d7dfe862388af68ed2cda4a420d5a8e60761f68f Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 15 May 2022 20:28:44 -0600 Subject: home: add nixpkgsUnstable to registry --- flake.nix | 2 +- home/default.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8f621f0..c47f9e4 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ home = platform: home-manager.lib.homeManagerConfiguration { system = "x86_64-linux"; - configuration = import ./home { inherit self nixpkgs nur; }; + configuration = import ./home { inherit self nixpkgs nixpkgsUnstable nur; }; extraModules = [ platform ]; username = "ale"; diff --git a/home/default.nix b/home/default.nix index f254899..3cf10ab 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,4 +1,4 @@ -{ self, nixpkgs, nur }: +{ self, nixpkgs, nixpkgsUnstable, nur }: { lib, config, pkgs, ... }: with lib; { imports = [ ./unfree.nix ]; @@ -12,6 +12,7 @@ with lib; { nix.registry = { "nixpkgs".flake = nixpkgs; + "nixpkgsUnstable".flake = nixpkgsUnstable; "nur".flake = nur; "system".to = { -- cgit v1.2.3