# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file. # Use `nix run .#write-flake` to regenerate it. { outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules); inputs = { devshell = { inputs.nixpkgs.follows = "nixpkgs"; url = "github:numtide/devshell"; }; flake-file.url = "path:.."; flake-parts = { inputs.nixpkgs-lib.follows = "nixpkgs-lib"; url = "github:hercules-ci/flake-parts"; }; import-tree.url = "github:vic/import-tree"; nix-auto-follow = { inputs.nixpkgs.follows = "nixpkgs"; url = "github:fzakaria/nix-auto-follow"; }; nix-unit = { inputs = { flake-parts.follows = "flake-parts"; nixpkgs.follows = "nixpkgs"; treefmt-nix.follows = "treefmt-nix"; }; url = "github:nix-community/nix-unit"; }; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs-lib.follows = "nixpkgs"; systems.url = "github:nix-systems/default"; treefmt-nix = { inputs.nixpkgs.follows = "nixpkgs"; url = "github:numtide/treefmt-nix"; }; }; }