summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-19 15:40:36 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-19 15:40:49 -0400
commitadcc5aa5af923690f364848f8234eab49a21c32f (patch)
tree68850ddececcd0f440d40d5033ee155431813de0 /flake.nix
parentfix astal to not hardcare UTC (diff)
downloaddotfiles-nix-adcc5aa5af923690f364848f8234eab49a21c32f.tar.gz
dotfiles-nix-adcc5aa5af923690f364848f8234eab49a21c32f.tar.bz2
dotfiles-nix-adcc5aa5af923690f364848f8234eab49a21c32f.zip
tfix flake
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: