Update flake.{nix,lock}

This commit is contained in:
Eelco Dolstra 2019-06-18 18:00:40 +02:00
parent 7936a29364
commit d834ac9c14
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 16 additions and 8 deletions

View file

@ -1,20 +1,28 @@
{
"inputs": {
"nix": {
"id": "nix",
"inputs": {
"nixpkgs": {
"narHash": "sha256-rMiWaLXkhizEEMEeMDutUl0Y/c+VEjfjvMkvBwvuQJU=",
"uri": "github:edolstra/nixpkgs/eeeffd24cd7e407cfaa99e98cfbb8f93bf4cc033"
"id": "nixpkgs",
"inputs": {},
"narHash": "sha256-5/HXWs25BLukwG9VaxmdmUf/9o79e32aW/tmhcWEbKk=",
"nonFlakeInputs": {},
"uri": "github:edolstra/nixpkgs/62ac6f7f504c8d3998558d9b269d22d26f13f1f0"
}
},
"narHash": "sha256-Gu5o0nUsQHthWNXGQ3iZviecgNGcEKY+4R0okapfZ54=",
"uri": "github:NixOS/nix/507c150034256117cd56e31944feedb8f2f3ff3e"
"narHash": "sha256-MjLaMAh/KtAksnMwOH2GJn+YRJ4szwx24ybFXHTmShU=",
"nonFlakeInputs": {},
"uri": "github:NixOS/nix/5d8ec94d7fe4eded9f836bc49449d6eaff8fbc8f"
},
"nixpkgs": {
"narHash": "sha256-rMiWaLXkhizEEMEeMDutUl0Y/c+VEjfjvMkvBwvuQJU=",
"uri": "github:edolstra/nixpkgs/eeeffd24cd7e407cfaa99e98cfbb8f93bf4cc033"
"id": "nixpkgs",
"inputs": {},
"narHash": "sha256-5/HXWs25BLukwG9VaxmdmUf/9o79e32aW/tmhcWEbKk=",
"nonFlakeInputs": {},
"uri": "github:edolstra/nixpkgs/62ac6f7f504c8d3998558d9b269d22d26f13f1f0"
}
},
"nonFlakeInputs": {},
"version": 1
"version": 2
}

View file

@ -3,7 +3,7 @@
description = "A Nix-based continuous build system";
epoch = 2019;
epoch = 201906;
inputs = [ "nixpkgs" "nix" ];