From 509304c7aeb66fcbfb098b5ddb999b2620dc756d Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Fri, 3 Jan 2025 02:21:40 +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 86f8b9c..2b622a9 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; }; - outputs = { self, nixpkgs, ... }: + outputs = { self, nixpkgs, lib, ... }: let pkgs = import nixpkgs { system = "x86_64-linux"; };