delete legacy stuff and reformat
This commit is contained in:
parent
595d4935de
commit
62e2519639
51 changed files with 714 additions and 1056 deletions
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.nix-ld ={
|
||||
enable = true;
|
||||
libraries = [
|
||||
pkgs.stdenv.cc.cc
|
||||
];
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = [
|
||||
pkgs.stdenv.cc.cc
|
||||
];
|
||||
};
|
||||
#environment.variables = {
|
||||
# NIX_LD_LIBRARY_PATH = lib.makeLibraryPath [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue