testing nix overlay 2
This commit is contained in:
parent
46f131ea97
commit
ae9b1bf2d8
@ -2,8 +2,8 @@
|
|||||||
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; {
|
overlay = final: prev: {
|
||||||
swatch = swatch;
|
swatch = with final; self.defaultPackage.x86_64-linux;
|
||||||
};
|
};
|
||||||
defaultPackage.x86_64-linux =
|
defaultPackage.x86_64-linux =
|
||||||
with import nixpkgs { system = "x86_64-linux"; };
|
with import nixpkgs { system = "x86_64-linux"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user