Compare commits

..

No commits in common. "81af6d3ec320c1a18edc1e52f5a254ac7534dc5e" and "2e1733761b3383d75f57fedfe55f2e8943a18595" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View file

@ -16,8 +16,6 @@ jobs:
steps:
# get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4
with:
lfs: true
- name: "Build it locally"
run: nix build --verbose

View file

@ -38,12 +38,5 @@
buildPhase = "${bfom.defaultPackage.x86_64-linux}/bin/cargo-bfom";
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
];
};
};
}