Skip to content

Commit

Permalink
add flake schemas support
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Apr 15, 2024
1 parent 920e4a6 commit 84ad935
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
description = "Neovim Flake by Gabriel Volpe";

inputs = {
#nixpkgs.url = git+file:///home/gvolpe/workspace/nixpkgs;
nixpkgs.url = github:nixos/nixpkgs/nixos-unstable;
flake-schemas.url = github:gvolpe/flake-schemas;
flake-utils.url = github:numtide/flake-utils;

neovim-nightly-overlay = {
Expand Down Expand Up @@ -368,6 +368,7 @@
};

outputs = inputs @ { nixpkgs, flake-utils, ... }:
{ inherit (inputs.flake-schemas) schemas; } //
flake-utils.lib.eachDefaultSystem (system:
let
plugins =
Expand Down

0 comments on commit 84ad935

Please sign in to comment.