From f8cee7df142fb7c61a68159a94d1124477bcc178 Mon Sep 17 00:00:00 2001 From: Finn Date: Sat, 1 Jul 2023 13:45:39 +0200 Subject: [PATCH] Update Flake --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5ce0389..dbdcd15 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ nixpkgs-unstable.url = "nixpkgs/nixos-unstable"; }; - outputs = inputs@{ self, flake-parts, deploy-rs, ... }: + outputs = inputs@{ self, flake-parts ... }: flake-parts.lib.mkFlake { inherit inputs; } { imports = [ @@ -15,4 +15,4 @@ ]; systems = [ "x86_64-linux" ]; }; -} +} \ No newline at end of file