Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-03 02:27:22 +03:00 committed by GitHub
commit 1f489a90c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"; };