Skip to content

Commit

Permalink
use master branch and pass cfg to outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jul 1, 2024
1 parent dc8363a commit 81c42d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Orzklv (Kolyma's Owner)
cfg-sakhib = {
url = "github:orzklv/nix";
url = "github:orzklv/nix/master";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand All @@ -49,6 +49,7 @@
nixpkgs-unstable,
home-manager,
flake-utils,
cfg-sakhib,
...
} @ inputs: let
inherit (self) outputs;
Expand Down

0 comments on commit 81c42d2

Please sign in to comment.