Merge pull request #235 from SeTSeR/master

This commit is contained in:
Jörg Thalheim 2020-05-30 11:29:17 +01:00 committed by GitHub
commit 524d34583c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 10 deletions

32
flake.lock generated
View file

@ -1,11 +1,27 @@
{
"inputs": {
"nixpkgs": {
"inputs": {},
"narHash": "sha256-OnpEWzNxF/AU4KlqBXM2s5PWvfI5/BS6xQrPvkF5tO8=",
"originalUrl": "nixpkgs",
"url": "github:edolstra/nixpkgs/7f8d4b088e2df7fdb6b513bc2d6941f1d422a013"
}
"nodes": {
"nixpkgs": {
"info": {
"lastModified": 1590824667,
"narHash": "sha256-ut9bcUiG3LKIQtvLrhivTGqvjSP87fLlPssepQy7Ikg="
},
"locked": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "89e60f61ab6f09362433fd23370c590cd47e9c72",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"version": 3
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 5
}

View file

@ -1,8 +1,6 @@
{
description = "Nix User Repository";
epoch = 201909;
outputs = { self, nixpkgs }:
{
overlay = final: prev: {