IGVT-g: Difference between revisions
imported>Patryk27 No edit summary |
imported>Patryk27 No edit summary |
||
| Line 39: | Line 39: | ||
Find some variant that matches your expectations (resolution, memory size etc.), note down its name, generate a random UUID: | Find some variant that matches your expectations (resolution, memory size etc.), note down its name, generate a random UUID: | ||
# If you're using Nix Flakes: | |||
$ nix shell nixpkgs#libossp_uuid -c uuid | |||
a297db4a-f4c2-11e6-90f6-d3b88d6c9525 | |||
# If you're not using Nix Flakes: | |||
$ nix run nixpkgs.libossp_uuid -c uuid | $ nix run nixpkgs.libossp_uuid -c uuid | ||
a297db4a-f4c2-11e6-90f6-d3b88d6c9525 | a297db4a-f4c2-11e6-90f6-d3b88d6c9525 | ||