Forgot `rom-properties` `flake.lock` entry, oops.

This commit is contained in:
Whovian NTSN 2024-09-02 02:12:30 -04:00
parent 30c473e47b
commit 0aab66f9e6
1 changed files with 21 additions and 0 deletions

View File

@ -296,6 +296,26 @@
"type": "github" "type": "github"
} }
}, },
"rom-properties": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1725238711,
"narHash": "sha256-i+VVY+VwyvwidCNPVcC4P/ekAwua4QSh4oAdBNQx/qg=",
"owner": "Whovian9369",
"repo": "rom-properties-nix-flake",
"rev": "3ccab4a7d5d1f49074e35b90a87cba53d4e420a3",
"type": "github"
},
"original": {
"owner": "Whovian9369",
"repo": "rom-properties-nix-flake",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"aaru": "aaru", "aaru": "aaru",
@ -309,6 +329,7 @@
"nix-systems_default": "nix-systems_default", "nix-systems_default": "nix-systems_default",
"nixos-wsl": "nixos-wsl", "nixos-wsl": "nixos-wsl",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"rom-properties": "rom-properties",
"xil": "xil" "xil": "xil"
} }
}, },