Skip to content

Instantly share code, notes, and snippets.

View randomicecube's full-sized avatar
🤠

Diogo Gaspar randomicecube

🤠
  • CHAINS
  • Stockholm, Sweden
  • 03:23 (UTC +01:00)
View GitHub Profile
@randomicecube
randomicecube / flake.nix
Created September 5, 2023 16:52
Nix flake - KTH DD2257
{
description = "Dev environment for building Inviwo @ KTH's DD2257 2023/2024";
inputs = {
gcc8-nixpkgs = {
url = "github:nixos/nixpkgs?rev=81394b0ad82e62f3a3a3d92305a11b590045614b";
};
nixpkgs.url = "github:nixos/nixpkgs";
};