Make naersk's nixpkgs follows ours

This commit is contained in:
Andrey Golovizin 2021-11-02 16:05:05 +01:00
parent 80cfed1d68
commit 75c6f8afe2
2 changed files with 8 additions and 16 deletions

View file

@ -3,7 +3,10 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
naersk.url = "github:nmattia/naersk";
naersk = {
url = "github:nmattia/naersk";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, flake-utils, naersk }: