From 330d0a014f14b2cf65aeb853729f779ce4edb0a7 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 12 Oct 2021 11:59:24 -0700 Subject: [PATCH] Try to ensure all nixpkgs are the same --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index be0abfc..deca248 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,11 @@ description = "Fudo Home Manager Configuration"; inputs = { - home-manager.url = "github:nix-community/home-manager/release-21.05"; + nixpkgs.url = "nixpkgs/nixos-21.05"; + home-manager = { + url = "github:nix-community/home-manager/release-21.05"; + inputs.nixpkgs.follows = "nixpkgs"; + }; doom-emacs.url = "github:vlaci/nix-doom-emacs"; niten-doom-config = { url = "git+https://git.fudo.org/niten/doom-emacs.git";