🚀 add master overlay
This commit is contained in:
parent
d65ac079dd
commit
d2d0b6c2b0
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
##############
|
##############
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
master.url = "github:nixos/nixpkgs";
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||||
stable.url = "github:nixos/nixpkgs/nixos-21.11";
|
stable.url = "github:nixos/nixpkgs/nixos-21.11";
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
final: prev: {
|
final: prev: {
|
||||||
python-dev = import ./python.nix final prev;
|
python-dev = import ./python.nix final prev;
|
||||||
|
fish = final.master.fish;
|
||||||
|
master = import inputs.master {
|
||||||
|
inherit (prev) system;
|
||||||
|
config.allowUnfree = true;
|
||||||
|
};
|
||||||
stable = import inputs.stable {
|
stable = import inputs.stable {
|
||||||
inherit (prev) system;
|
inherit (prev) system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in a new issue