testing nix overlay
This commit is contained in:
parent
29f294cae0
commit
46f131ea97
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user