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 = {
|
||||
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"; };
|
||||
|
|
Loading…
Reference in a new issue