define nixpkgs input

otherwise it could be anything defined by the user
This commit is contained in:
Jörg Thalheim 2021-02-11 08:41:05 +01:00
parent a1e488a260
commit 1c8f93e60e
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -1,5 +1,6 @@
{
description = "A very basic flake";
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }: