summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ce69870..265007e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,6 +12,7 @@
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
beeVim.url = "git+https://codeberg.org/brustybee/beeVim";
+ # beeVim.url = "git+file:/home/bee/beeVim";
beeVim.inputs.nixpkgs.follows = "nixpkgs";
home-manager = {
url = "github:nix-community/home-manager";