From 1f489a90c9013a31ac459d54bcd555edf867c1ab Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Fri, 3 Jan 2025 02:27:22 +0300 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2e9e31b..afa4073 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; }; - outputs = { self, nixpkgs, lib, ... }: + outputs = { self, nixpkgs, ... }: let pkgs = import nixpkgs { system = "x86_64-linux"; };