diff --git a/home/file/default.nix b/home/file/default.nix index 51c36228..3dbea6a3 100644 --- a/home/file/default.nix +++ b/home/file/default.nix @@ -47,10 +47,9 @@ in ".ideavimrc".source = ./jetbrains/ideavimrc; ".nix".source = self; ".nixpkgs".source = inputs.nixpkgs; + ".nixpkgs_master".source = inputs.nixpkgsMaster; + ".nixpkgs_unstable".source = inputs.nixpkgsUnstable; ".parallel/will-cite".text = ""; ".ssh/config".source = ./ssh/config; ".template".source = ./template; - # ".nixpkgs_master".source = inputs.nixpkgs; - # ".nixpkgs_unstable".source = inputs.nixpkgs; - # TODO: Add after migrating to stable. }