Flake update
This commit is contained in:
parent
111c8939ce
commit
67c757ff67
6 changed files with 38 additions and 33 deletions
11
flake.nix
11
flake.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue