revert "scarab init" accidentally pushed to master

This reverts commit 40a8d3b711.
This commit is contained in:
stitchy 2024-05-03 09:29:43 +00:00
parent 97a6ae026e
commit a6c4098a5c
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 0 additions and 75 deletions

View file

@ -29,17 +29,6 @@
}
];
};
scarab = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = [
{ _module.args = { inherit inputs; }; }
(import "${inputs.mobile-nixos}/lib/configuration.nix" {
device = "oneplus-enchilada";
})
./packages/default.nix
./hosts/scarab/default.nix
];
};
lappy = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };