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": { "nixpkgs": {
"locked": { "locked": {
"narHash": "sha256-gnopQLNQVt3pWBUT9gsPWmfDaYmQF4H5+k6QJmpuZdI=", "lastModified": 1605634009,
"path": "/nix/store/ipbl0zskimmqm7zm7qrh4nbrfk3jgmvi-source", "narHash": "sha256-xDklLDFK4DE1WsoLv18hDFUUzZBuYBKTluvLRjcuiBU=",
"type": "path" "owner": "nixos",
"repo": "nixpkgs",
"rev": "2497a55f5f064ee47c63327a425ee8326707a752",
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "nixos",
"type": "indirect" "repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View File

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