flake.nix: remove home-manager-local input

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-29 14:35:11 +02:00
parent dcee005a05
commit ca4743e8c3
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 0 additions and 6 deletions

View File

@ -8,11 +8,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager-local = {
url = "git+file:///home/h7x4/git/home-manager";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
dotfiles = {
url = "git+https://git.pvv.ntnu.no/oysteikt/dotfiles?ref=master";
flake = false;
@ -71,7 +66,6 @@
nixpkgs,
nixpkgs-unstable,
home-manager,
home-manager-local,
dotfiles,
matrix-synapse-next,