use my fork of nixpkgs until flakes stabilize

This commit is contained in:
Timothy DeHerrera 2019-12-13 21:39:25 -07:00
parent ae0746a5a4
commit 10522aac59
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
2 changed files with 5 additions and 3 deletions

View file

@ -15,9 +15,9 @@
},
"nixpkgs": {
"inputs": {},
"narHash": "sha256-Y5ZOTgInrYYoas3vM8uTPLA2DvFI9YoI6haftIKl9go=",
"originalUrl": "nixpkgs",
"url": "github:edolstra/nixpkgs/015c9ec3372e328ea6742b409a1e9aa26dab2b31"
"narHash": "sha256-rw7iL71iTpzgKfXGiRRGDHkbjtpK8N6+Pt0Ur00PphQ=",
"originalUrl": "github:nrdxp/nixpkgs/fork",
"url": "github:nrdxp/nixpkgs/67d87a19b77d3ec3094a80b11fac53b202be2916"
}
},
"version": 3

View file

@ -3,6 +3,8 @@
epoch = 201909;
inputs.nixpkgs.url = "github:nrdxp/nixpkgs/fork";
outputs = { self, nixpkgs, nix }: {
nixosConfigurations =
let