diff options
| author | seth <[email protected]> | 2023-04-23 07:21:23 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-23 07:21:23 -0400 |
| commit | 07af751ba8cccf8009cf3586f07d746141f2ebab (patch) | |
| tree | d1ce4adf95ffb299696837385eb99b8310122d2d /flake.nix | |
| parent | b4e31ae959e612771f411bd4f9ee05ad16ac8d19 (diff) | |
add nixinate
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 = ./.; |
