Skip to content

Instantly share code, notes, and snippets.

@MathiasSven
Created November 25, 2023 07:00
Show Gist options
  • Save MathiasSven/44045168334c4601c4cae21d60d71491 to your computer and use it in GitHub Desktop.
Save MathiasSven/44045168334c4601c4cae21d60d71491 to your computer and use it in GitHub Desktop.
bar.nix
{
description = "A very basic flake";
outputs = { self, nixpkgs }: {
a = 1;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment