diff --git a/flake.lock b/flake.lock index d0a76ab..594fa24 100644 --- a/flake.lock +++ b/flake.lock @@ -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", diff --git a/flake.nix b/flake.nix index d22fff1..af6b7ac 100644 --- a/flake.nix +++ b/flake.nix @@ -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; - # }; - # } - # }; }; }