Flake: haivim input

This commit is contained in:
blahai 2024-12-30 02:33:57 +02:00
parent 14c09208ac
commit f6926c2467
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -26,12 +26,8 @@
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
# This is a private repository for now while I work on it
# My plan is to make it public by the end of the year
# for now have a look at https://github.com/redyf/Neve
# as that is where I *borrowed* the base from
haivim = { haivim = {
url = "git+ssh://git@github.com/blahai/haivim"; url = "github:blahai/haivim";
inputs = {nixpkgs.follows = "nixpkgs";}; inputs = {nixpkgs.follows = "nixpkgs";};
}; };