A flake checker (treefmt & nix-unit) for testing other flakes with zero dependencies.
at main 961 B view raw
1# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file. 2# Use `nix run .#write-flake` to regenerate it. 3{ 4 5 outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules); 6 7 inputs = { 8 flake-file.url = "github:vic/flake-file"; 9 flake-parts = { 10 inputs.nixpkgs-lib.follows = "nixpkgs-lib"; 11 url = "github:hercules-ci/flake-parts"; 12 }; 13 import-tree.url = "github:vic/import-tree"; 14 nix-unit = { 15 inputs = { 16 flake-parts.follows = "flake-parts"; 17 nixpkgs.follows = "nixpkgs"; 18 }; 19 url = "github:nix-community/nix-unit"; 20 }; 21 nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; 22 nixpkgs-lib.follows = "nixpkgs"; 23 systems.url = "github:nix-systems/default"; 24 target.url = "github:vic/checkmate?dir=templates/success"; 25 treefmt-nix = { 26 inputs.nixpkgs.follows = "nixpkgs"; 27 url = "github:numtide/treefmt-nix"; 28 }; 29 }; 30 31}