drop nix-unit from flake-inputs

This commit is contained in:
Jörg Thalheim
2023-08-03 11:29:05 +02:00
parent 54e9d4427c
commit 25b5f58866
5 changed files with 52 additions and 54 deletions

View File

@@ -12,10 +12,6 @@
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
nix-unit.url = "github:adisbladis/nix-unit";
nix-unit.inputs.flake-parts.follows = "flake-parts";
nix-unit.inputs.nixpkgs.follows = "nixpkgs";
nix-unit.inputs.treefmt-nix.follows = "treefmt-nix";
};
outputs = inputs @ { flake-parts, ... }:
@@ -35,6 +31,7 @@
./templates/flake-module.nix
./templates/python-project/flake-module.nix
./pkgs/clan-cli/flake-module.nix
./pkgs/nix-unit/flake-module.nix
./lib/flake-module.nix
];
});