Skip to content

Commit c22c633

Browse files
committed
feat(flake.nix): add naersk as an input
1 parent 481d723 commit c22c633

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
66
utils.url = "github:numtide/flake-utils";
7+
8+
naersk = {
9+
url = "github:nix-community/naersk";
10+
inputs.nixpkgs.follows = "nixpkgs";
11+
};
12+
713
};
814

915
outputs = { self, nixpkgs, utils, ... }:

0 commit comments

Comments
 (0)