Remove nixinate

This commit is contained in:
Tristan D. 2024-08-16 09:56:01 +02:00
parent a492486eb5
commit d1fb51049b
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8
2 changed files with 0 additions and 37 deletions

21
flake.lock generated
View file

@ -687,26 +687,6 @@
"type": "github"
}
},
"nixinate": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1702325609,
"narHash": "sha256-RpiVygpD910wp1QsS6Otav2/De2BCzeOL+NmrMdOuzA=",
"ref": "refs/heads/master",
"rev": "063d4788334b09191183e34ca819b6c3589f3648",
"revCount": 63,
"type": "git",
"url": "https://git.vlt81.de/tristan/nixinate.git"
},
"original": {
"type": "git",
"url": "https://git.vlt81.de/tristan/nixinate.git"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1723310128,
@ -840,7 +820,6 @@
"nix-index-database": "nix-index-database",
"nix-ld-rs": "nix-ld-rs",
"nix-wallpaper": "nix-wallpaper",
"nixinate": "nixinate",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable",

View file

@ -45,10 +45,6 @@
inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks";
inputs.flake-parts.follows = "flake-parts";
};
nixinate = {
url = "git+https://git.vlt81.de/tristan/nixinate.git";
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
@ -129,7 +125,6 @@
, lanzaboote
, nixos-hardware
, lix-module
, nixinate
, home-manager
, plasma-manager
, emacs-overlay
@ -184,7 +179,6 @@
};
in
{
apps.x86_64-linux = (nixinate.nixinate.x86_64-linux self).nixinate;
formatter = {
${system} = pkgs.nixpkgs-fmt;
};
@ -226,15 +220,5 @@
};
})
);
# {
# _module.args.nixinate = {
# host = "100.64.0.3";
# sshUser = "tristand";
# buildOn = "remote"; # valid args are "local" or "remote"
# substituteOnTarget = false; # if buildOn is "local" then it will substitute on the target, "-s"
# hermetic = false;
# };
# }
# };
};
}