Browse Source

testing nix overlay 2

master
Thorn Avery 3 years ago
parent
commit
ae9b1bf2d8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      flake.nix

+ 2
- 2
flake.nix View File

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


Loading…
Cancel
Save