Remove nixinate
This commit is contained in:
parent
3b9f261f8e
commit
df823cd770
1 changed files with 0 additions and 8 deletions
|
@ -25,11 +25,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixinate = {
|
|
||||||
url = "github:MatthewCroughan/nixinate";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
naersk = {
|
naersk = {
|
||||||
url = "github:nix-community/naersk";
|
url = "github:nix-community/naersk";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -135,7 +130,6 @@
|
||||||
outputs =
|
outputs =
|
||||||
{ self
|
{ self
|
||||||
, sops
|
, sops
|
||||||
, nixinate
|
|
||||||
, flake-parts
|
, flake-parts
|
||||||
, ...
|
, ...
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
|
@ -178,8 +172,6 @@
|
||||||
})
|
})
|
||||||
(builtins.attrNames machines));
|
(builtins.attrNames machines));
|
||||||
|
|
||||||
apps = nixinate.nixinate.x86_64-linux self;
|
|
||||||
|
|
||||||
colmena = {
|
colmena = {
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
|
|
Loading…
Reference in a new issue