Excise flakes in favour of npins and colmena

This commit is contained in:
Katherina Walshe-Grey 2024-05-28 19:50:39 +01:00
parent a2cf41eeff
commit 4c4a5f79c3
6 changed files with 118 additions and 49 deletions

View file

@ -1,22 +0,0 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
};
outputs = { self, nixpkgs, ... }@inputs: {
nixosConfigurations = {
tohru = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/tohru/configuration.nix
];
};
yevaud = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/yevaud/configuration.nix
];
};
};
};
}