flake: fix smithay lock issues #13

Merged
MatthewCroughan merged 2 commits from mc/fix-smithay-lock into main 2023-05-06 13:37:46 -04:00
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@@ -6,3 +6,6 @@
**/*.rs.bk
.vscode/
# Ignore build results from Nix
*result*

View File

@@ -34,9 +34,7 @@
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"smithay-0.3.0" = "sha256-meEbYmSGQbaSbP5t55R1C/c9KNKvk20wDhPBCsT7kOY=";
};
allowBuiltinFetchGit = true;
};
postPatch = ''