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 28, 2024
1 parent 45595dd commit 25e1279
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 153 deletions.
150 changes: 3 additions & 147 deletions flake.lock

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

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
1 change: 0 additions & 1 deletion nix/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ in
system.flake = inputs.self;
default.flake = inputs.nixpkgs;
nixpkgs.flake = inputs.nixpkgs;
nix.flake = inputs.nix;
nix-darwin.flake = inputs.nix-darwin;
home-manager.flake = inputs.home-manager;
};
Expand Down

0 comments on commit 25e1279

Please sign in to comment.