Browse Source

testing nix overlay 5

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

+ 1
- 1
flake.nix View File

@@ -3,7 +3,7 @@
inputs.nixpkgs.url = github:Nixos/nixpkgs/nixos-20.03;
outputs = { self, nixpkgs }:
outputs = { self, nix, nixpkgs }:
let
supportedSystems = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
forAllSystems =


Loading…
Cancel
Save