summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 0088f41..e61e050 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,12 +30,7 @@
unofficial-homestuck-collection.inputs.nixpkgs.follows = "nixpkgs";
};
- outputs = {
- self,
- nixpkgs,
- flake-utils,
- ...
- } @ inputs: let
+ outputs = {nixpkgs, ...} @ inputs: let
options = import ./options.nix;
systems = ["x86_64-linux"];
perSystem = func: