mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-23 00:33:12 +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, ... }: {
|
{ inputs, ... }: {
|
||||||
perSystem = { self', inputs', pkgs, lib, ... }:
|
perSystem = { self', inputs', pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
nix = inputs'.nix.packages.nix-clangStdenv;
|
inherit (inputs'.nix.packages) nix;
|
||||||
nixpkgs = self'.packages.nixpkgs-migrated;
|
nixpkgs = self'.packages.nixpkgs-migrated;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user