added: nixpkgs input url

This commit is contained in:
2021-05-02 09:38:00 +00:00
committed by shimun
parent 8369ad4945
commit d06cf71e8d
2 changed files with 11 additions and 8 deletions

View File

@@ -3,6 +3,8 @@
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
outputs = { self, nixpkgs, flake-utils }:
(flake-utils.lib.eachSystem [ "x86_64-linux" ]
(system: