You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/sh
- cargo update
- sed -i 's/?branch=[a-z\-]*//g' Cargo.lock
- carnix generate-nix --src=./. --standalone
- sed -i 's/with import <nixpkgs> {};/{ pkgs }: with pkgs;/g' Cargo.nix
|