Switch to using upstream nixpkgs

This commit is contained in:
George Shammas 2020-11-17 12:36:21 -05:00
parent ea94c5e417
commit 4c19dda3a6
2 changed files with 10 additions and 5 deletions

View File

@ -18,13 +18,17 @@
},
"nixpkgs": {
"locked": {
"narHash": "sha256-gnopQLNQVt3pWBUT9gsPWmfDaYmQF4H5+k6QJmpuZdI=",
"path": "/nix/store/ipbl0zskimmqm7zm7qrh4nbrfk3jgmvi-source",
"type": "path"
"lastModified": 1605634009,
"narHash": "sha256-xDklLDFK4DE1WsoLv18hDFUUzZBuYBKTluvLRjcuiBU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2497a55f5f064ee47c63327a425ee8326707a752",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {

View File

@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;