Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropped NixOS module #74

Closed
mstrangfeld opened this issue Jul 15, 2024 · 2 comments · Fixed by #75 or #76
Closed

Dropped NixOS module #74

mstrangfeld opened this issue Jul 15, 2024 · 2 comments · Fixed by #75 or #76

Comments

@mstrangfeld
Copy link

Hey, just wanted to ask if you plan to add the NixOS modules back to this repo?

@Mic92
Copy link
Member

Mic92 commented Jul 15, 2024

This was not done intentionally and a side-effect of merging the rust version. However you can help re-adding it to the history if you want. Otherwise nixpkg's nix-ld module is also fine.

@ICE-GB
Copy link
Contributor

ICE-GB commented Jul 16, 2024

It seems that there is still no

nix-repl> inputs.nix-ld
{
  _type = "flake";
  checks = { ... };
  devShells = { ... };
  inputs = { ... };
  lastModified = 1721034844;
  lastModifiedDate = "20240715091404";
  narHash = "sha256-RkX9MB0s/KWYHeZOHzkVPU5gs8YePkQxAH+3Bl3IH/Q=";
  nixosModules = { ... };
  outPath = "/nix/store/2j84g3k11saz9066wajydaa5jrhv65pj-source";
  outputs = { ... };
  overlays = { ... };
  packages = { ... };
  rev = "c95668aafd76080bd1e4d107741029a73552a983";
  shortRev = "c95668a";
  sourceInfo = { ... };
}

nix-repl> inputs.nix-ld.nixosModules
{
  aarch64-linux = { ... };
  i686-linux = { ... };
  x86_64-linux = { ... };
}

nix-repl> inputs.nix-ld.nixosModules.nix-ld
error:
       … while evaluating the attribute 'nix-ld.nixosModules.nix-ld'
         at /nix/store/na7sykizsgkzh9i3wc8m8pz5xfqib2rv-source/lib.nix:39:17:
           38|               {
           39|                 ${key} = (attrs.${key} or { })
             |                 ^
           40|                   // { ${system} = ret.${key}; };

       error: attribute 'nix-ld' missing
       at «string»:1:1:
            1| inputs.nix-ld.nixosModules.nix-ld
             | ^

nix-repl> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants