chore(flake): remove unlocked input 'dotfiles-local' preventing flake locking

This commit is contained in:
2025-10-12 11:41:56 +02:00
parent 62b5c50bfb
commit fc25c630dd
2 changed files with 0 additions and 22 deletions

View File

@@ -15,10 +15,6 @@
url = "git+https://git.finally.coffee/transcaffeine/dotfiles.git?ref=main";
flake = false;
};
dotfiles-local = {
url = "git+file:/home/transcaffeine/git/transcaffeine/dotfiles";
flake = false;
};
};
outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: {