Add nixpkgs-unstable to flake registry

pull/52/head
Simon Bruder 2021-05-07 14:36:39 +02:00
parent 26f7ef981b
commit ec50bc210b
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@
];
registry = {
nixpkgs.flake = nixpkgs;
nixpkgs-unstable.flake = nixpkgs-unstable;
};
};
}