Try to ensure all nixpkgs are the same
This commit is contained in:
parent
583d194990
commit
330d0a014f
|
@ -2,7 +2,11 @@
|
||||||
description = "Fudo Home Manager Configuration";
|
description = "Fudo Home Manager Configuration";
|
||||||
|
|
||||||
inputs = {
|
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";
|
doom-emacs.url = "github:vlaci/nix-doom-emacs";
|
||||||
niten-doom-config = {
|
niten-doom-config = {
|
||||||
url = "git+https://git.fudo.org/niten/doom-emacs.git";
|
url = "git+https://git.fudo.org/niten/doom-emacs.git";
|
||||||
|
|
Loading…
Reference in New Issue