From 2845e94cee93dfbe02365a3a6973689548eb2717 Mon Sep 17 00:00:00 2001 From: Finn Date: Sat, 1 Jul 2023 13:25:08 +0200 Subject: [PATCH] Fixed Syntax --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index a6f8380..4dc7a00 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nix.url = "github:NixOS/nix"; nixpkgs.url = "nixpkgs/nixos-23.05"; nixpkgs-unstable.url = "nixpkgs/nixos-unstable"; - } + }; outputs = inputs@{ self, flake-parts, deploy-rs, ... }: flake-parts.lib.mkFlake { inherit inputs; } { @@ -15,5 +15,4 @@ ]; systems = [ "x86_64-linux" "aarch64-linux" ]; }; - }; -} \ No newline at end of file +};