mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
flake: add nix-on-droid as flake package
This commit is contained in:
parent
c9438deb3c
commit
b19db7d888
1 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,8 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
nixpkgs = nixpkgs-for-bootstrap;
|
nixpkgs = nixpkgs-for-bootstrap;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix-on-droid = nixpkgs.legacyPackages.${system}.callPackage ./nix-on-droid { };
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue