spell check
This commit is contained in:
27
flake.lock
generated
Normal file
27
flake.lock
generated
Normal 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
|
||||||
|
}
|
||||||
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user