Update resume flake

This commit is contained in:
Greg Shuflin
2025-11-24 22:05:26 -08:00
parent 012c5092fc
commit a95a7cf5c4
2 changed files with 23 additions and 43 deletions

63
flake.lock generated
View File

@@ -18,24 +18,6 @@
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1685518550,
"narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1689477032,
@@ -50,19 +32,33 @@
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1763934636,
"narHash": "sha256-9glbI7f1uU+yzQCq5LwLgdZqx6svOhZWkd4JRY265fc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ee09932cedcef15aaf476f9343d1dea2cb77e261",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"resume-flake": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
"flake-utils": [
"flake-utils"
],
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1754722037,
"narHash": "sha256-xE+2HYeGa1CxAx/krtDkDg7lkKNH0Gxw7ay4W9gYRlY=",
"lastModified": 1764049953,
"narHash": "sha256-MLuCfb0iIuCN0wSWoWH2vlqgcP0Pxx7P0H4IIfR/UZQ=",
"ref": "refs/heads/master",
"rev": "9664d45d82f4c1c165e740e6393cda94065d6456",
"revCount": 62,
"rev": "99edeafc0ce3e79ba9281c763f46bd45bde35689",
"revCount": 63,
"type": "git",
"url": "file:///home/greg/code/active/resume"
},
@@ -92,21 +88,6 @@
"repo": "default",
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",

View File

@@ -4,11 +4,10 @@
inputs = {
flake-utils = {
url = "github:numtide/flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
resume-flake = {
url = "git+file:///home/greg/code/active/resume";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};