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 **/*.rs.bk
.vscode/ .vscode/
# Ignore build results from Nix
*result*

View File

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