| 28 Oct 2025 |
Yureka (she/her) | * for example:
nix repl --pure-eval --expr "import (builtins.fetchGit { url = ./.; rev = \"$(git rev-parse HEAD)\"; } + \"/flake.nix\")"
| 15:10:07 |
Yureka (she/her) | * for example:
nix repl --pure-eval --expr "import (builtins.fetchGit { url = ./.; rev = \"$(git rev-parse HEAD)\"; } + \"/flake.nix\")"
| 15:10:10 |
Yureka (she/her) | * for example:
nix repl --pure-eval \
--expr "import (builtins.fetchGit { url = ./.; rev = \"$(git rev-parse HEAD)\"; } + \"/flake.nix\")"
| 15:10:19 |
raitobezarius | another advice is that restricted eval is probably a better start than pure eval | 15:16:40 |
raitobezarius | restricted eval still let you whitelist filesystem trees | 15:16:46 |
raitobezarius | so you don't have to do copies to the store | 15:16:49 |
raitobezarius | * restricted eval still let you allow-list filesystem trees | 15:16:57 |
somasis | oh, I didn't realize that was a thing | 15:17:11 |
raitobezarius | you will only find examples of the usage of this feature in TVL fwiw | 15:17:26 |
raitobezarius | in their CI | 15:17:30 |
raitobezarius | (tvlfyi) | 15:17:37 |
somasis | found it: https://code.tvl.fyi/tree/ops/pipelines/static-pipeline.yaml#n73 | 15:25:44 |
somasis | ah and this is documented in nix.conf... so many obscure little nix options out there | 15:26:54 |
somasis | ah and this is documented in nix.conf too... so many obscure little nix options out there | 15:26:58 |
somasis | ah and this is documented in nix.conf too... so many obscure little nix options out there, I swear I've scrolled past the block of text about restrict-eval and never read it lol | 15:27:31 |
somasis | ah and this is documented in nix.conf too... so many obscure little nix options out there, I swear I've scrolled past the block of text about restrict-eval lots of times and never read it lol | 15:34:28 |
| @mm_x__:matrix.org left the room. | 16:31:51 |
| @lonerorz:matrix.org left the room. | 16:39:21 |
lillecarl | Redacted or Malformed Event | 17:58:06 |
lavender.pet |  Download image.png | 22:00:51 |
lavender.pet | running into this issue on nix unstable | 22:01:04 |
ekler | In reply to @lavender.pet:voip.vera-visions.com sent an image. #users:nixos.org would probably be a better spot to ask, also how'd you install steam | 22:06:57 |
lavender.pet | it looks like its a nix os unstable issue https://github.com/NixOS/nixpkgs/issues/428938 | 22:07:26 |
lavender.pet | the recomended way
also it worked before upgrading to unstable | 22:07:42 |
lavender.pet | and still works if i force steam to launch with "steam-run steam" | 22:08:05 |
ekler | In reply to @lavender.pet:voip.vera-visions.com the recomended way also it worked before upgrading to unstable what's the "recommended" way? | 22:10:39 |
lavender.pet |  Download image.png | 22:09:35 |
lavender.pet | the way the manual suggests | 22:09:42 |
lavender.pet | again it worked fine before changing to unstable same a the issue link i posted | 22:10:09 |
ekler | It seems unlikely to be a nixpkgs issue or related to any channel, bc it's not really an error, and most of the time it resolves with wiping .steam and trying over | 22:18:21 |