mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
06d8b60a4f
commit
7ad8b886d1
|
@ -53,7 +53,6 @@ outputs = { self, fuzzy-parse, nixpkgs, haskell-flake-utils, ... }@inputs:
|
||||||
# Maps to the devShell output. Pass in a shell.nix file or function
|
# Maps to the devShell output. Pass in a shell.nix file or function
|
||||||
|
|
||||||
haskellFlakes = with inputs; [
|
haskellFlakes = with inputs; [
|
||||||
fuzzy-parse
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Additional build intputs of the default shell
|
# Additional build intputs of the default shell
|
||||||
|
|
16
flake.lock
16
flake.lock
|
@ -107,10 +107,10 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "deps/fuzzy-parse",
|
"dir": "deps/fuzzy-parse",
|
||||||
"dirtyRev": "ba0f3b9aab3dcde28eb81874420d56a4cdf207ec-dirty",
|
"dirtyRev": "06d8b60a4fb6cbe6886b36b5e73ba89ed23cdd6c-dirty",
|
||||||
"dirtyShortRev": "ba0f3b9a-dirty",
|
"dirtyShortRev": "06d8b60a-dirty",
|
||||||
"lastModified": 1724898843,
|
"lastModified": 1724899396,
|
||||||
"narHash": "sha256-CflAi+gG/Z4St8KZKbK8X3ZYxFHL73oWr9gWiNEqaY8=",
|
"narHash": "sha256-jpKeeszYlaZXZMqD9reismeJPhV2IUDxO4OuraldLLA=",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:.?dir=deps/fuzzy-parse"
|
"url": "file:.?dir=deps/fuzzy-parse"
|
||||||
},
|
},
|
||||||
|
@ -301,10 +301,10 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "deps/suckless-conf",
|
"dir": "deps/suckless-conf",
|
||||||
"dirtyRev": "ba0f3b9aab3dcde28eb81874420d56a4cdf207ec-dirty",
|
"dirtyRev": "06d8b60a4fb6cbe6886b36b5e73ba89ed23cdd6c-dirty",
|
||||||
"dirtyShortRev": "ba0f3b9a-dirty",
|
"dirtyShortRev": "06d8b60a-dirty",
|
||||||
"lastModified": 1724898843,
|
"lastModified": 1724899396,
|
||||||
"narHash": "sha256-rJV1xCj+7vkIydveX3RMLHW09kiA1j1rD/2Cu0R8QSY=",
|
"narHash": "sha256-hO8VRg3Dy1+Gm3XPbveVeEDWFkIcqvsaD8zJQieU8xM=",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:.?dir=deps/suckless-conf"
|
"url": "file:.?dir=deps/suckless-conf"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue