spell check

This commit is contained in:
2025-01-14 12:56:18 -06:00
parent 94a6364c23
commit 26fc15cf49
2 changed files with 29 additions and 2 deletions

27
flake.lock generated Normal file
View File

@@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1736684107,
"narHash": "sha256-vH5mXxEvZeoGNkqKoCluhTGfoeXCZ1seYhC2pbMN0sg=",
"ref": "nixos-24.11",
"rev": "635e887b48521e912a516625eee7df6cf0eba9c1",
"revCount": 713063,
"type": "git",
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs"
},
"original": {
"ref": "nixos-24.11",
"type": "git",
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View File

@@ -13,7 +13,7 @@
packages.${system}.default = pkgs.stdenv.mkDerivation { packages.${system}.default = pkgs.stdenv.mkDerivation {
name = "Hephaestos"; name = "Hephaestus";
src = ./src; src = ./src;
@@ -22,7 +22,7 @@
]; ];
buildPhase = '' buildPhase = ''
${pkgs.gcc}/bin/g++ hephaestos.cpp -o $name ${pkgs.gcc}/bin/g++ hephaestus.cpp -o $name
''; '';
installPhase = '' installPhase = ''