mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-27 14:42:35 -05:00
no more nixondroid
This commit is contained in:
parent
4d8e4bbcee
commit
9829ae8df5
3 changed files with 1 additions and 226 deletions
21
flake.nix
21
flake.nix
|
|
@ -4,7 +4,6 @@
|
|||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
nix-on-droid,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (self) outputs;
|
||||
|
|
@ -77,21 +76,6 @@
|
|||
}) (builtins.attrNames (builtins.readDir ./devshells))
|
||||
)
|
||||
);
|
||||
|
||||
nixOnDroidConfigurations = builtins.listToAttrs (
|
||||
map (host: {
|
||||
name = host;
|
||||
value = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
pkgs = import nixpkgs {
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs outputs lib;
|
||||
};
|
||||
modules = [./hosts/droid/${host}];
|
||||
};
|
||||
}) (builtins.attrNames (builtins.readDir ./hosts/droid))
|
||||
);
|
||||
};
|
||||
|
||||
inputs = {
|
||||
|
|
@ -113,11 +97,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-on-droid = {
|
||||
url = "github:nix-community/nix-on-droid/release-24.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# 3rd party inputs
|
||||
disko = {
|
||||
# Declarative partitioning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue