Skip to content

Commit

Permalink
cura5: add justfile
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Jan 10, 2025
1 parent c34815f commit 18b7099
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/cura5/justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build:
nix-build -E '((import <nixpkgs> {}).callPackage (import ./package.nix) { })'

build-force:
nix-build -E '((import <nixpkgs> {}).callPackage (import ./package.nix) { })' --check

edit-app:
cd ~/Code/_fork/nixpkgs || cd ~/Code/nixpkgs; kate ./pkgs/by-name/cu/cura-appimage/package.nix

0 comments on commit 18b7099

Please sign in to comment.