Adding unstable to pkgs.unstable and try apply it at runtime
This commit is contained in:
8
overlays-compat/overlays.nix
Normal file
8
overlays-compat/overlays.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
self: super:
|
||||
with super.lib;
|
||||
let
|
||||
# Load the system config and get the `nixpkgs.overlays` option
|
||||
overlays = (import <nixpkgs/nixos> { }).config.nixpkgs.overlays;
|
||||
in
|
||||
# Apply all overlays to the input of the current "main" overlay
|
||||
foldl' (flip extends) (_: super) overlays self
|
Reference in New Issue
Block a user