aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 13:20:46 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 13:20:46 +0530
commit62672163af7f58bac1607e3b33c59dd5ead0c52d (patch)
treec8b670c8f20eb75578033ad73660f6bfdfddc00a /flake.nix
parent8f6aa3f13e7ad5f48f88d361229eb22e83a40eae (diff)
downloadodysseus-62672163af7f58bac1607e3b33c59dd5ead0c52d.zip
odysseus-62672163af7f58bac1607e3b33c59dd5ead0c52d.tar.gz
more readable flakes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6338413..3119ebd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@ inputs = {
};
};
-outputs = { self, nixpkgs, home-manager, ... }@inputs:
+outputs = inputs@{ self, nixpkgs, home-manager, ... }:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};