testing nix overlay

This commit is contained in:
Thorn Avery 2020-10-03 22:44:28 +13:00
parent 29f294cae0
commit 46f131ea97

View File

@ -2,6 +2,9 @@
description = "swatch beat internet time"; description = "swatch beat internet time";
inputs.nixpkgs.url = github:Nixos/nixpkgs/nixos-20.03; inputs.nixpkgs.url = github:Nixos/nixpkgs/nixos-20.03;
outputs = { self, nixpkgs }: { outputs = { self, nixpkgs }: {
overlay = final: prev: with nixpkgs; {
swatch = swatch;
};
defaultPackage.x86_64-linux = defaultPackage.x86_64-linux =
with import nixpkgs { system = "x86_64-linux"; }; with import nixpkgs { system = "x86_64-linux"; };
stdenv.mkDerivation rec { stdenv.mkDerivation rec {