Flake update

This commit is contained in:
Filippo Berto 2024-08-29 09:24:00 +02:00
parent 111c8939ce
commit 67c757ff67
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
6 changed files with 38 additions and 33 deletions

View file

@ -151,6 +151,17 @@
nix = {
inherit (config) extraOptions;
registry = {
nixpkgs = {
from = {
id = "nixpkgs";
type = "indirect";
};
to = {
owner = "nixos";
repo = "nixpkgs";
type = "github";
};
};
stable = {
from = {
id = "stable";