Skip to content

Commit d69b4d1

Browse files
redxtechSaghen
authored andcommitted
fix: remove references to removed inputs
1 parent 864db38 commit d69b4d1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

flake.nix

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
description = "Fuzzy search with rust.";
2+
description = "Set of simple, performant neovim plugins";
33

44
inputs = {
5-
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
5+
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
66
flake-parts.url = "github:hercules-ci/flake-parts";
77
};
88

9-
outputs = inputs@{ flake-parts, nixpkgs, fenix, naersk, ... }:
9+
outputs = inputs@{ flake-parts, nixpkgs, ... }:
1010
flake-parts.lib.mkFlake { inherit inputs; } {
11-
imports = [ inputs.devenv.flakeModule ];
1211
systems = [
1312
"x86_64-linux"
1413
"i686-linux"
@@ -25,7 +24,7 @@
2524
src = ./.;
2625
};
2726

28-
default = self'.packages.blink-nvim;
27+
default = self'.packages.blink-nvim;
2928
};
3029
};
3130
};

0 commit comments

Comments
 (0)