chore(foundation): remove foundation from labs

This commit is contained in:
Jake Hamilton 2025-03-30 06:55:20 -07:00
parent 5bec48ef8a
commit 85e3fea0d4
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68
143 changed files with 20 additions and 14587 deletions

View file

@ -1,9 +1,10 @@
{
foundation ? import ./../foundation { system = "i686-linux"; },
}:
let
pins = import ./npins;
lib = import pins.lib;
pins = import ./npins;
lib = import pins.lib;
foundation = import pins.foundation {
system = "i686-linux";
};
modules = import ./src/modules.nix;

22
tidepool/flake.lock generated
View file

@ -1,26 +1,6 @@
{
"nodes": {
"foundation": {
"locked": {
"dir": "foundation",
"dirtyRev": "c30f94972c84c5c758b705e4363f624e75560916-dirty",
"dirtyShortRev": "c30f949-dirty",
"lastModified": 1742785479,
"narHash": "sha256-jYjvytd4Ut1z3izUuGCfq2KKjHLgWYvhMtPtyRh4FR8=",
"type": "git",
"url": "file:../"
},
"original": {
"dir": "foundation",
"type": "git",
"url": "file:../"
}
},
"root": {
"inputs": {
"foundation": "foundation"
}
}
"root": {}
},
"root": "root",
"version": 7

View file

@ -1,16 +1,10 @@
{
inputs = {
foundation = {
url = "git+file:../?dir=foundation";
};
};
inputs = { };
outputs =
inputs:
let
exports = import ./default.nix {
foundation = inputs.foundation.packages.i686-linux;
};
exports = import ./default.nix;
in
exports;
}

View file

@ -1,5 +1,16 @@
{
"pins": {
"foundation": {
"type": "Git",
"repository": {
"type": "Git",
"url": "git+ssh://forgejo@git.auxolotl.org/auxolotl/foundation.git"
},
"branch": "main",
"revision": "47707c015ddd2f3b2a75ec83c582819dbef83ef5",
"url": null,
"hash": "0fvs7ymwnyrssng4mwiyig5w8dkjclxw222hcx0lrs8wpa0az3i5"
},
"lib": {
"type": "Git",
"repository": {