| 30 Jun 2021 |
| bew joined the room. | 17:27:55 |
| Mitch joined the room. | 17:31:19 |
| nan-matrix joined the room. | 17:37:30 |
| tadfisher joined the room. | 21:14:09 |
| kraem joined the room. | 21:20:05 |
| industrialrobot joined the room. | 22:56:50 |
| matthewcroughan - nix.zone joined the room. | 23:06:32 |
| 2 Jul 2021 |
| pinage404 joined the room. | 10:02:25 |
| pie_ joined the room. | 10:31:40 |
| IslandUsurper joined the room. | 13:01:14 |
| mewp joined the room. | 13:13:37 |
| Dee joined the room. | 13:23:11 |
| zuckerberg joined the room. | 14:57:08 |
| tristan joined the room. | 15:14:53 |
| edrex joined the room. | 20:17:57 |
| Las joined the room. | 21:41:09 |
| 3 Jul 2021 |
| mvnetbiz joined the room. | 09:12:30 |
| h4rdstyl3z joined the room. | 21:21:28 |
| 5 Jul 2021 |
| zuckerberg changed their profile picture. | 12:40:45 |
| vika (she/her) 🏳️⚧️ joined the room. | 13:57:11 |
| andi- joined the room. | 14:21:27 |
| niksnut joined the room. | 15:12:00 |
| spacesbot - keeps a log of public NixOS channels joined the room. | 19:21:09 |
| spacesbot - keeps a log of public NixOS channels | 19:49:33 |
| lovesegfault joined the room. | 20:21:36 |
| treed joined the room. | 23:09:24 |
| 6 Jul 2021 |
| multivariante joined the room. | 02:40:58 |
David Arnold (blaggacao) | I created https://github.com/divnix/blank/ to semantically void inputs via the input.<name>.follows mechanism. WIth this tick, one can craft flake.lockfiles that acually represents an accurate SBOM (minusdivnix/blank` of course). | 08:21:24 |
David Arnold (blaggacao) | * I created https://github.com/divnix/blank/ to semantically void inputs via the input.<name>.follows mechanism. With this trick, one can craft flake.lockfiles that actually represents an accurate SBOM (minusdivnix/blank of course). | 08:21:57 |
David Arnold (blaggacao) | Example:
nixpkgs.url = "github:nixos/nixpkgs/release-21.05";
nixlib.follows = "nixpkgs"; # "github:nix-community/nixpkgs.lib";
blank.url = "github:divnix/blank";
deploy.url = "github:serokell/deploy-rs";
deploy.inputs.nixpkgs.follows = "nixpkgs";
deploy.inputs.utils.follows = "utils/flake-utils";
devshell.url = "github:numtide/devshell";
utils.url = "github:gytis-ivaskevicius/flake-utils-plus/staging";
nixos-generators.url = "github:nix-community/nixos-generators";
nixos-generators.inputs.nixpkgs.follows = "blank";
nixos-generators.inputs.nixlib.follows = "nixlib";
nixos-generators.inputs.utils.follows = "utils/flake-utils";
| 08:22:58 |