fix spontenous segfault by switching to pkgs.nix#nix

This commit is contained in:
Johannes Kirschbauer 2024-03-01 12:38:12 +01:00 committed by mergify[bot]
parent e034761736
commit ecd41afd6f

View File

@ -1,7 +1,7 @@
{ inputs, ... }: {
perSystem = { self', inputs', pkgs, lib, ... }:
let
nix = inputs'.nix.packages.nix-clangStdenv;
inherit (inputs'.nix.packages) nix;
nixpkgs = self'.packages.nixpkgs-migrated;
in
{