fix snow/default.nix not updated (use snow/lib)
This commit is contained in:
parent
f4dca25c28
commit
855430ef16
1 changed files with 9 additions and 20 deletions
|
|
@ -11,23 +11,12 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
{
|
{mix, ...} @ args:
|
||||||
nt,
|
mix.newMixture args (mixture: {
|
||||||
mix,
|
includes = {
|
||||||
...
|
public = [
|
||||||
} @ args: let
|
./flake
|
||||||
inherit (nt) findImport;
|
./lib
|
||||||
in
|
];
|
||||||
mix.newMixture args (mixture: {
|
};
|
||||||
includes = {
|
})
|
||||||
private = [
|
|
||||||
./lib/nodes.nix
|
|
||||||
];
|
|
||||||
public = [
|
|
||||||
./flake
|
|
||||||
./lib.nix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
inherit findImport;
|
|
||||||
})
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue