Remove nixinate

This commit is contained in:
Erwin Boskma 2024-01-17 09:28:08 +01:00
parent 3b9f261f8e
commit df823cd770
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -25,11 +25,6 @@
};
};
nixinate = {
url = "github:MatthewCroughan/nixinate";
inputs.nixpkgs.follows = "nixpkgs";
};
naersk = {
url = "github:nix-community/naersk";
inputs.nixpkgs.follows = "nixpkgs";
@ -135,7 +130,6 @@
outputs =
{ self
, sops
, nixinate
, flake-parts
, ...
} @ inputs:
@ -178,8 +172,6 @@
})
(builtins.attrNames machines));
apps = nixinate.nixinate.x86_64-linux self;
colmena = {
meta = {
nixpkgs = import nixpkgs { system = "x86_64-linux"; };