Try to ensure all nixpkgs are the same

This commit is contained in:
niten 2021-10-12 11:59:24 -07:00
parent 583d194990
commit 330d0a014f
1 changed files with 5 additions and 1 deletions

View File

@ -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";