Skip to content

Commit a632964

Browse files
committed
Move default.nix into overlays dir
This is to prepare for splitting the overlay into two seperated ones.
1 parent 078ea14 commit a632964

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}: {
1111
# self: super: must be named final: prev: for `nix flake check` to be happy
1212
overlay = final: prev:
13-
import ./default.nix final prev;
13+
import ./overlays final prev;
1414
} // flake-utils.lib.eachDefaultSystem (system: (
1515
let
1616
pkgs = import nixpkgs {
File renamed without changes.

0 commit comments

Comments
 (0)