Large change on folder structure AND used of import-tree.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
additions = final: _prev: import ../pkgs final;
|
||||
modifications = final: prev: { };
|
||||
|
||||
unstable-packages = final: _prev: {
|
||||
unstable = import inputs.nixpkgs-unstable { system = final.system; };
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user