Skip to content

Commit

Permalink
update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
iofq committed Aug 21, 2024
1 parent f8e0e41 commit b0cd1f6
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 16 deletions.
112 changes: 97 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
gen-luarc.url = "github:mrcjkb/nix-gen-luarc-json";
gen-luarc = {
url = "github:mrcjkb/nix-gen-luarc-json";
inputs.nixpkgs.follows = "nixpkgs";
};
snipe-nvim = {
url = "github:leath-dub/snipe.nvim";
flake = false;
Expand Down

0 comments on commit b0cd1f6

Please sign in to comment.