From 9c575dd93d4c4b4afdc15eee419d2d21833619db Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 25 Dec 2022 12:03:56 +0100 Subject: [PATCH] flake: update unused override --- flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index baef79a..380a893 100644 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,7 @@ nixpkgs.url = "nixpkgs/nixos-22.05"; nixpkgs-unstable.url = "nixpkgs/nixos-unstable"; - flake-parts = { - url = "github:hercules-ci/flake-parts"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + flake-parts.url = "github:hercules-ci/flake-parts"; pre-commit-hooks-nix = { url = "github:cachix/pre-commit-hooks.nix"; @@ -36,7 +33,7 @@ }; outputs = inputs@{ self, flake-parts, deploy-rs, ... }: - flake-parts.lib.mkFlake { inherit self; } { + flake-parts.lib.mkFlake { inherit inputs; } { imports = [ ./machines/configurations.nix