From 3257b516139224d48d58340450c9a713acddbe5b Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 29 Jan 2025 21:31:59 +0500 Subject: [PATCH] chore: update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e2ae7b6..826b091 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ flake-utils.url = "github:numtide/flake-utils"; }; - outputs = { self, nixpkgs, flake-utils, ... }: flake-utils.lib.eachDefaultSystem (system: + outputs = { nixpkgs, flake-utils, ... }: flake-utils.lib.eachDefaultSystem (system: let # Import nixpkgs to access packages pkgs = import nixpkgs { inherit system; };