mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-22 14:45:15 +03:00
fix spontenous segfault by switching to pkgs.nix#nix
This commit is contained in:
parent
e034761736
commit
ecd41afd6f
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user