From d73dc3ba2365adcd563c124a9c950355f3e7666a Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 13 Jan 2024 17:54:41 +0100 Subject: [PATCH] clean up --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index fe2966b..76a7747 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "jopejoe1 NixOS configuration"; - inputs = rec { + inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; kde2nix.url = "github:nix-community/kde2nix"; firefox-addons = { @@ -76,8 +76,7 @@ # Patches prism-game-options-patch = { - url = - "https://patch-diff.githubusercontent.com/raw/PrismLauncher/PrismLauncher/pull/907.patch"; + url = "https://patch-diff.githubusercontent.com/raw/PrismLauncher/PrismLauncher/pull/907.patch"; flake = false; }; };