Skip to content

Commit

Permalink
Use patched nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Dec 31, 2019
1 parent 7559cd6 commit 828172d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "nixpkgs"]
path = nixpkgs
url = [email protected]:Infinisil/nixpkgs
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
conf: let
# TODO: What nixpkgs should be used here?
result = (import <nixpkgs/lib>).evalModules {
result = (import nixpkgs/lib).evalModules {
modules = [
./options.nix
conf
Expand Down
1 change: 1 addition & 0 deletions nixpkgs
Submodule nixpkgs added at 801866

0 comments on commit 828172d

Please sign in to comment.