Skip to content

Commit 27baba6

Browse files
committed
update nix flake
1 parent fbf1e57 commit 27baba6

2 files changed

Lines changed: 15 additions & 16 deletions

File tree

flake.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0"; # Stable Nixpkgs
1818
rust-overlay.url = "github:oxalica/rust-overlay";
1919
flake-utils.url = "github:numtide/flake-utils";
20-
# My fork of cq-flake contains cq-cli, which isn't upstreamed yet
21-
cadquery.url = "github:justbuchanan/cq-flake?ref=main";
20+
cadquery.url = "github:vinszent/cq-flake?ref=main";
2221
};
2322

2423
outputs =
@@ -64,7 +63,7 @@
6463
'';
6564
};
6665

67-
packages.default = self.packages.${system}.oasis;
66+
packages.default = self.packages.${system}.oasis-client;
6867

6968
devShells.default =
7069
with pkgs;

0 commit comments

Comments
 (0)