Skip to content

Commit

Permalink
build(flake): change to rime.cx and semnix
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
  • Loading branch information
cafkafk committed Nov 2, 2023
1 parent ad5ecef commit 94ceca3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 50 deletions.
69 changes: 24 additions & 45 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
description = "fortune-kind: A new kinda fortune.";

inputs = {
flake-utils.url = "github:numtide/flake-utils";
naersk.url = "github:nix-community/naersk";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
treefmt-nix.url = "github:numtide/treefmt-nix";
rust-overlay.url = "github:oxalica/rust-overlay";
nixpkgs.url = "http:/rime.cx/v1/github/NixOS/nixpkgs/b/nixpkgs-unstable.tar.gz";

flake-utils.url = "http://rime.cx/v1/github/semnix/flake-utils.tar.gz";

naersk.url = "http://rime.cx/v1/github/semnix/naersk.tar.gz";

rust-overlay.url = "http://rime.cx/v1/github/semnix/rust-overlay.tar.gz";

treefmt-nix.url = "http://rime.cx/v1/github/semnix/treefmt-nix.tar.gz";
};

outputs = {
Expand Down

0 comments on commit 94ceca3

Please sign in to comment.