Skip to content

Instantly share code, notes, and snippets.

extern

Function with argument 'inputs' that contains all devos and ${self}'s inputs. The function should return an attribute set with modules, overlays, and specialArgs to be included across nixos and home manager configurations. Only attributes that are used should be returned.

Type: function that evaluates to a(n) attrs

@Pacman99
Pacman99 / default.nix
Last active January 20, 2021 18:10
Nix package expresssion for spotipyne: https://github.com/dann-merlin/Spotipyne/
let
pkgs = import <nixpkgs> { };
in
with pkgs;
python3.pkgs.buildPythonApplication {
pname = "spotipyne";
version = "0.0";
format = "other";