nix: flake: use 'nixpkgs' input for 'naersk'

This commit is contained in:
Bruno BELANYI 2021-03-29 19:32:31 +00:00
parent 8a655debae
commit 746f2be141
2 changed files with 8 additions and 17 deletions

View file

@ -1,6 +1,9 @@
{
inputs = {
naersk.url = "github:nmattia/naersk/master";
naersk = {
url = "github:nmattia/naersk/master";
inputs.nixpkgs.follows = "nixpkgs";
};
mozillapkgs = {
url = "github:mozilla/nixpkgs-mozilla";
flake = false;