chore: update flake.nix

This commit is contained in:
2025-01-29 21:31:59 +05:00
parent 96be97beb8
commit 3257b51613

View File

@@ -6,7 +6,7 @@
flake-utils.url = "github:numtide/flake-utils"; 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 let
# Import nixpkgs to access packages # Import nixpkgs to access packages
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };