• Joined on 2021-07-22
mwojcik pushed to nix-flakes at mwojcik/humpback-dds 2022-01-19 16:27:44 +08:00
330dadd9cc removed cargosha256 and shell.nix
237578a1b6 readme: update CI links, build/dev instructions
Compare 2 commits »
mwojcik pushed to nix-flakes at mwojcik/humpback-dds 2022-01-19 16:22:37 +08:00
e38bf09c26 cargo: set minimq version to 0.1.0
36bd30ff83 flakes: add basic flake.nix
Compare 2 commits »
mwojcik created branch nix-flakes in mwojcik/humpback-dds 2022-01-19 16:22:37 +08:00
mwojcik created repository mwojcik/humpback-dds 2022-01-19 16:22:09 +08:00
mwojcik closed issue M-Labs/thermostat#66 2022-01-19 11:37:32 +08:00
update CI links in README
mwojcik pushed to master at M-Labs/thermostat 2022-01-19 11:37:02 +08:00
a26cdfabb1 readme: update CI links
mwojcik created pull request M-Labs/nix-scripts#77 2022-01-19 10:50:17 +08:00
hydra: add thermostat flakes job
mwojcik created branch thernistat-flakes in mwojcik/nix-scripts 2022-01-19 10:36:59 +08:00
mwojcik pushed to thernistat-flakes at mwojcik/nix-scripts 2022-01-19 10:36:59 +08:00
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"
Compare 10 commits »
mwojcik pushed to nixflakes at mwojcik/thermostat 2022-01-19 10:24:18 +08:00
7f427fbc2a flake: remove unnecessary rec
mwojcik commented on pull request M-Labs/thermostat#64 2022-01-18 11:43:10 +08:00
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…
mwojcik pushed to nixflakes at mwojcik/thermostat 2022-01-18 11:28:02 +08:00
5e42de5ed9 flake: removed unnecessary gcc
mwojcik commented on pull request M-Labs/thermostat#64 2022-01-18 11:27:27 +08:00
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.

mwojcik commented on pull request M-Labs/thermostat#64 2022-01-18 11:18:34 +08:00
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",…
mwojcik commented on pull request M-Labs/thermostat#64 2022-01-18 11:18:04 +08:00
nix flakes support

Is there API of that function described somewhere for quick reference? Besides the little tutorial section...

mwojcik pushed to nixflakes at mwojcik/thermostat 2022-01-18 10:58:42 +08:00
30b932127a flakes: 2 spaces indent
mwojcik pushed to nixflakes at mwojcik/thermostat 2022-01-18 10:55:56 +08:00
2108ab0782 readme: update build instructions for flakes
af9f3903be flakes: cleanup
Compare 2 commits »
mwojcik created pull request M-Labs/thermostat#64 2022-01-17 16:50:16 +08:00
nix flakes support
mwojcik pushed to nixflakes at mwojcik/thermostat 2022-01-17 16:44:46 +08:00
e749a96971 flake: fix build, replace cargoSha256 -> cargoLock
mwojcik pushed to nixflakes at mwojcik/thermostat 2022-01-14 16:47:11 +08:00
22cc53d854 introduced nix flakes