Skip to content

Instantly share code, notes, and snippets.

@mortymacs
Created January 19, 2024 15:09

Revisions

  1. mortymacs created this gist Jan 19, 2024.
    16 changes: 16 additions & 0 deletions shell.nix
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    { pkgs ? import <nixpkgs> {} }:
    # { pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-23.11.tar.gz") {} }:

    with pkgs;

    mkShell {
    nativeBuildInputs = [

    ];

    buildInputs = [

    ];
    }

    # https://discourse.nixos.org/t/pkg-config-cant-find-gobject/38519/3