Add lockfile to prevent rebuilds
This commit is contained in:
parent
9911cac59a
commit
dae531ab5b
76
with-asar/flake.lock
Normal file
76
with-asar/flake.lock
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"nodes": {
|
||||
"asar-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1648715909,
|
||||
"narHash": "sha256-Ztv67rEkgCqAbGjz9T5LEjZB15x04eAPy+Xu6Bk4VjQ=",
|
||||
"owner": "RPGHacker",
|
||||
"repo": "asar",
|
||||
"rev": "6275af469bbe33336b231b8493fe1be3ec783338",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "RPGHacker",
|
||||
"repo": "asar",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-utils": {
|
||||
"locked": {
|
||||
"lastModified": 1649676176,
|
||||
"narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"mesen-s-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1645408117,
|
||||
"narHash": "sha256-pFSLYxxLglU4WIuOrqhIkfW22IhLKz7zet9vFyhIhfY=",
|
||||
"owner": "NovaSquirrel",
|
||||
"repo": "Mesen-SX",
|
||||
"rev": "fd4b1233da090d6f40d174939912d7885f9d1abb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NovaSquirrel",
|
||||
"repo": "Mesen-SX",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1651268723,
|
||||
"narHash": "sha256-6M/hhbF+DGGU1RWF2yBb75RR0VCvIYtrM55ECDQS8EM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "22fbd632e6aaa0436bcb20045799d41853527116",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"asar-src": "asar-src",
|
||||
"flake-utils": "flake-utils",
|
||||
"mesen-s-src": "mesen-s-src",
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
Loading…
Reference in a new issue