nix: flake: use 'nixpkgs' input for 'naersk'
This commit is contained in:
parent
8a655debae
commit
746f2be141
2 changed files with 8 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue