Commit graph

6 commits

Author SHA1 Message Date
Luc Perkins 824e740fe8
Move version inference logic into package.nix 2024-05-24 12:59:43 -03:00
Luc Perkins bc92ad7f9f
Use Cargo.toml version in Nix package 2024-05-24 12:28:14 -03:00
Eelco Dolstra 7a2d7ce296 Simplify dev shell 2024-02-29 21:42:35 +01:00
Eelco Dolstra 224e365867 Fix macOS build 2024-01-09 13:32:12 +01:00
Eelco Dolstra d73bb0a676 Drop static linking 2024-01-09 12:02:14 +01:00
Eelco Dolstra fd1420febf
Add support for pushing to Attic (#1)
* Add support for pushing to Attic

* fmt/clippy

* Fix attic dependency

* Pass ssh private key

* Try to inherit secrets

* Fix static build

* Fix default package

* Fix daemonizing

* Fix clippy

* Update nix.conf

* Add --use-attic flag

* --use-attic -> --use-flakehub

* Handle project not existing

* Handle Attic init failure

* Skip .chroot paths

* Update netrc

* Downgrade to Nixpkgs 23.05 to fix static builds

* Use rust 1.70

We need 1.70, but 1.69 is the default in Nixpkgs 23.05.

* Rename stuff

* Use magic-nix-cache-priv

* Hack
2023-12-14 08:09:09 -08:00