Hopefully fix flake.nix for resume

This commit is contained in:
Greg Shuflin 2023-08-03 01:48:19 -07:00
parent 851f599101
commit ee56e7fb39
2 changed files with 10 additions and 7 deletions

View File

@ -70,14 +70,17 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1690337812,
"narHash": "sha256-unOcmjD+d645tN6s92w83RngsW+jvHEzIRHDPXaGTwg=",
"path": "/home/greg/code/active/resume",
"type": "path"
"lastModified": 1688200553,
"narHash": "sha256-cLdOIbyg8VmTxHB386vdn20uAEZ3z3rEvQ6FFrjmcu4=",
"ref": "refs/heads/master",
"rev": "8b9bad06a6dcc895d2bcf5f9f2d63acbf637048d",
"revCount": 56,
"type": "git",
"url": "file:///home/greg/code/active/resume"
},
"original": {
"path": "/home/greg/code/active/resume",
"type": "path"
"type": "git",
"url": "file:///home/greg/code/active/resume"
}
},
"root": {

View File

@ -3,7 +3,7 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
resume-flake.url = "path:/home/greg/code/active/resume";
resume-flake.url = "/home/greg/code/active/resume";
};