From 07af751ba8cccf8009cf3586f07d746141f2ebab Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 23 Apr 2023 07:21:23 -0400 Subject: add nixinate --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4779da6..4f7a448 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,10 @@ # TODO: ditto inputs.rust-overlay.follows = "rust-overlay"; }; + nixinate = { + url = "github:MatthewCroughan/nixinate"; + inputs.nixpkgs.follows = "nixpkgsUnstable"; + }; nixos-wsl = { url = "github:nix-community/NixOS-WSL/main"; inputs.nixpkgs.follows = "nixpkgs"; @@ -81,6 +85,7 @@ haumea, getchoo, flake-utils, + nixinate, openwrt-imagebuilder, pre-commit-hooks, ... @@ -102,6 +107,7 @@ eachDefaultSystem (system: let pkgs = import nixpkgs {inherit system;}; in { + apps = nixinate.nixinate.${system} self; checks = { pre-commit-check = pre-commit-hooks.lib.${system}.run { src = ./.; -- cgit v1.2.3