Skip to content

Commit

Permalink
chore: removed inputs.nix and using nix from stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Sep 26, 2024
1 parent 45595dd commit d40a243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
};

inputs = {
nix.url = "github:nixos/nix";
nix.inputs.nixpkgs.follows = "nixpkgs";

# utilities for Flake
flake-parts.url = "github:hercules-ci/flake-parts";

Expand Down
3 changes: 1 addition & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
let
overlays = [
inputs.ocaml-overlay.overlays.default
inputs.nix.overlays.default
] ++ lib.attrValues self.overlays;
in
rec {
Expand All @@ -34,7 +33,7 @@
inherit (pkgs) stdenv;
}
// {
package = pkgs.nix;
package = branches.stable.nix;
};

pkgs = import inputs.nixpkgs {
Expand Down

0 comments on commit d40a243

Please sign in to comment.