Skip to content

Instantly share code, notes, and snippets.

@lions-tech
lions-tech / info.md
Created July 19, 2024 10:15
Build failure: Wayland - Flake & Log

Flake:

{
  description = "NixOS WSL Base Config";

  inputs = {
    nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
  };

  outputs = { self, nixpkgs }: