Compare commits
2 commits
2e1733761b
...
81af6d3ec3
Author | SHA1 | Date | |
---|---|---|---|
81af6d3ec3 | |||
3414e63489 |
2 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# get the repo first
|
# get the repo first
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
with:
|
||||||
|
lfs: true
|
||||||
- name: "Build it locally"
|
- name: "Build it locally"
|
||||||
run: nix build --verbose
|
run: nix build --verbose
|
||||||
|
|
||||||
|
|
|
@ -38,5 +38,12 @@
|
||||||
buildPhase = "${bfom.defaultPackage.x86_64-linux}/bin/cargo-bfom";
|
buildPhase = "${bfom.defaultPackage.x86_64-linux}/bin/cargo-bfom";
|
||||||
installPhase = "mkdir -p $out; cp -R build/* $out";
|
installPhase = "mkdir -p $out; cp -R build/* $out";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
devShells.x86_64-linux.default = pkgs.mkShell {
|
||||||
|
name = "Skynet presentations env";
|
||||||
|
nativeBuildInputs = [
|
||||||
|
bfom.defaultPackage.x86_64-linux
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue