Added nix-ld

This commit is contained in:
2024-03-07 15:39:34 -04:00
parent 1bf5d54887
commit f5f1c89aa3
2 changed files with 31 additions and 0 deletions

21
flake.lock generated
View File

@@ -291,6 +291,26 @@
"type": "github"
}
},
"nix-ld": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1701153607,
"narHash": "sha256-h+odOVyiGmEERMECoFOj5P7FPiMR8IPRzroFA4sKivg=",
"owner": "Mic92",
"repo": "nix-ld",
"rev": "bf5aa84a713c31d95b4307e442e966d6c7fd7ae7",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-ld",
"type": "github"
}
},
"nix-vscode-extensions": {
"inputs": {
"flake-compat": "flake-compat",
@@ -393,6 +413,7 @@
"inputs": {
"disko": "disko",
"home-manager": "home-manager",
"nix-ld": "nix-ld",
"nix-vscode-extensions": "nix-vscode-extensions",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2",