Fixes + Refactor
This commit is contained in:
parent
2dee61f8e0
commit
9f713edf62
17 changed files with 206 additions and 93 deletions
25
flake.lock
generated
25
flake.lock
generated
|
@ -18,6 +18,30 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixgl": {
|
||||
"inputs": {
|
||||
"flake-utils": [
|
||||
"flake-utils"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1735283791,
|
||||
"narHash": "sha256-JlT4VFs8aVlW+l151HZIZumfFsccZXcO/k5WpbYF09Y=",
|
||||
"owner": "phirsch",
|
||||
"repo": "nixGL",
|
||||
"rev": "ea8baea3b9d854bf9cf5c834a805c50948dd2603",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "phirsch",
|
||||
"ref": "fix-versionMatch",
|
||||
"repo": "nixGL",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1728538411,
|
||||
|
@ -37,6 +61,7 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"nixgl": "nixgl",
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue