style: ran deadnix.

This commit is contained in:
Spencer Brower
2026-07-29 10:23:07 -04:00
parent 98c0efba44
commit ae721b3caa
+1 -4
View File
@@ -13,12 +13,9 @@
outputs = outputs =
inputs@{ inputs@{
self,
flake-parts, flake-parts,
nixpkgs, nixpkgs,
nixpkgs-unstable,
# , process-compose-flake # , process-compose-flake
treefmt-nix,
}: }:
flake-parts.lib.mkFlake { inherit inputs; } { flake-parts.lib.mkFlake { inherit inputs; } {
imports = [ imports = [
@@ -71,7 +68,7 @@
config.allowUnfree = true; config.allowUnfree = true;
overlays = [ overlays = [
(final: prev: { unstable = inputs'.nixpkgs-unstable.legacyPackages; }) (_final: _prev: { unstable = inputs'.nixpkgs-unstable.legacyPackages; })
]; ];
}; };