Block a user
330dadd9cc
removed cargosha256 and shell.nix
237578a1b6
readme: update CI links, build/dev instructions
e38bf09c26
cargo: set minimq version to 0.1.0
36bd30ff83
flakes: add basic flake.nix
hydra: add thermostat flakes job
778dab71a2
hydra: add thermostat flakes job
436e0d8c88
replace insecure git:// URLs
9a8a59c525
migen: bump
eff8968d26
artiq-fast: update conda packages for windows
a3240b8fee
Revert "artiq-fast: temporarily skip Windoze tests for ARTIQ-7"
nix flakes support
Still available:
❯ nix develop --ignore-environment
bash-5.1$ python
Python 3.9.6 (default, Jun 28 2021, 08:57:49)
[GCC 10.3.0] on linux
Type "help", "copyright", "credits" or…
nix flakes support
Actually, using just cargoBuildFlags (--bin thermostat
as release is already included) causes the build to fail, as the default builder forces --target=x86_64-linux
.
nix flakes support
Weirdly enough it seems to work
❯ nix develop
[spaqin@hera:~/m-labs/thermostat]$ python
Python 3.9.6 (default, Jun 28 2021, 08:57:49)
[GCC 10.3.0] on linux
Type "help",…
nix flakes support
Is there API of that function described somewhere for quick reference? Besides the little tutorial section...
2108ab0782
readme: update build instructions for flakes
af9f3903be
flakes: cleanup