!SgYlXivkogarTVcnZO:nixos.org

Nix Flakes

627 Members
130 Servers

Load older messages


SenderMessageTime
16 Apr 2024
@gdarends:matrix.orggdarends
Running phase: fixupPhase
patchelf: getting info about '/nix/store/1rfxwagch6q2xsx6si07rw2sm0lgn1wy-stereo_tool_gui_jack_64-v10.30/bin/stereo_tool_gui_jack_64': No such file or directory
19:51:13
@tomberek:matrix.orgtomberek gdarends: in your original where you have "cp $src $out/bin" you should do something more like: "cp $src $out/bin/stereo_tool_gui_jack_64" 19:54:01
@kiike:matrix.orgEnric Morales joined the room.19:59:20
@kiike:matrix.orgEnric MoralesRedacted or Malformed Event20:09:14
@gdarends:matrix.orggdarends tomberek: Great! Build succeeded. Now for the next part to add to nixOS configuration. 20:16:04
@gdarends:matrix.orggdarends * tomberek: Great! Build succeeded. Now for the next part... add to nixOS configuration. 20:16:26
@tomberek:matrix.orgtomberek

almost there..... now you use an overlay to add your package to the "pkgs" available in your NixOS config.... something close to this:

 nixosConfigurations = {
      audioproc1 = nixpkgs.lib.nixosSystem {
        specialArgs = specialArgs;
        system = system;
        modules = [
          {
            nixpkgs.overlays = [(final: prev: {
              inherit (self.packages.${system}) stereo_tool_gui_jack_64;
           })];
          }
          ./hosts/audioproc1/configuration.nix
          ./nixosModules
        ];
      };
    };
21:12:39
@kiike:matrix.orgEnric Moralesplease correct me if I'm wrong, but maybe I should make an overlay when installing papis, so that it includes papis-zotero, then?21:24:51
@kiike:matrix.orgEnric Moralessince the papis-zotero sitedir needs to be patched in papis, right?21:25:36
17 Apr 2024
@alex3829:matrix.org@alex3829:matrix.org changed their display name from alex3829 to real_z22.04:36:32
@alex3829:matrix.org@alex3829:matrix.org changed their display name from real_z22 to real_z2.05:34:01
@ahoneybun:matrix.orgahoneybun changed their profile picture.15:23:58
@JoelMcCracken:matrix.orgJoelMcCracken joined the room.16:21:40
@lychee:lefishe.club@lychee:lefishe.club changed their display name from kay to kaylee.17:10:13
18 Apr 2024
@fractivore:cyberia.club@fractivore:cyberia.club left the room.02:36:53
19 Apr 2024
@jnglrobba:matrix.orgjunglerobba joined the room.08:00:19
@lychee:lefishe.club@lychee:lefishe.club changed their profile picture.12:19:27
@tanja-6584:matrix.orgTanja (Old; I'm now @tanja:catgirl.cloud) changed their display name from Tanja to Tanja (Old).14:20:55
20 Apr 2024
@dailyherold:matrix.orgdailyherold joined the room.03:01:54
21 Apr 2024
@dminca:matrix.orgdminca

Hi everyone, I'm facing an issue when trying to add more nixpkgs urls to my inputs within my flake. I'm on aarm64-darwin

https://codeberg.org/dminca/nix-config/commit/e3802ac776b6829dcf1427581d1e02af05123339

Does anyone know what might've caused this? you think pinning the *-unstable channel to -23-11 could cause such problems?

10:24:04
@dminca:matrix.orgdminca I forgot to run nix flake update beforehand ... otherwise the rebuild wouldn't have been aware of the new inputs right 🤦‍♂️ 10:29:02
@dminca:matrix.orgdminca alright this was a catastrophe ... seems the nixos-23-11 branch lacks zsh autosuggestions flag, therefore I just reverted back to nixpkgs-unstable ... 11:27:26
@dminca:matrix.orgdminca *

alright this was a catastrophe ... seems the nixos-23-11 branch lacks zsh autosuggestions flag, therefore I just reverted back to nixpkgs-unstable ...

However I'm not sure if this is coming from me pinning nixpkgs or from pinning home-manager https://codeberg.org/dminca/nix-config/commit/decaf43182f8eaf4f4c92ebaf5d78755e72707f1#diff-58cb4f58166586c1ed7f076c568d41682df3661c

11:28:08
@mabh:matrix.orgmabh joined the room.17:17:09
22 Apr 2024
@charmonium:matrix.orgsam joined the room.11:22:46
@charmonium:matrix.orgsam What commit of nixpkgs does nix build nixpkgs#foo use? 11:37:04
@jassu:kumma.juttu.asiaJassukoCurrent version of the channel your system or user environment has?12:31:53
@charmonium:matrix.orgsam How does that relate to nix registry? 12:32:37
@charmonium:matrix.orgsam If that's the case, why does nix build --eval 'expression containing <nixpkgs>' require the --impure flag, but nix build nixpkgs#foo does not. Is it somehow pure? 12:34:45
@charmonium:matrix.orgsam Docs say: --impure: Allow access to mutable paths and repositories., so does nix build nixpkgs#foo not use the mutable paths? 12:35:48

Show newer messages


Back to Room ListRoom Version: 6