Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add skyflake, notnft and nixos-router flakes #675

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions flakes/manual.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[sources]]

Check failure on line 1 in flakes/manual.toml

View workflow job for this annotation

GitHub Actions / automatic-custom-flakes-check

Some members of the group 'manual' could not be processed: 1: While processing flake github:chayleaf/nixos-router Caused by: 0: Failed to gather information about github:chayleaf/nixos-router 1: command 'nix eval --json --no-allow-import-from-derivation --no-write-lock-file -f '/nix/store/qcq11rl08amqvckj287w5l2kddq9qamh-flake-info/assets/commands/flake_info.nix' -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz --override-flake input-flake github:chayleaf/nixos-router --argstr flake github:chayleaf/nixos-router all' failed: exit status: 1
type = "github"
owner = "NixOS"
repo = "hydra"
Expand Down Expand Up @@ -85,6 +85,11 @@
owner = "juliosueiras-nix"
repo = "nix-security"

[[sources]]
type = "github"
owner = "astro"
repo = "skyflake"

[[sources]]
type = "github"
owner = "lnbits"
Expand Down Expand Up @@ -114,3 +119,13 @@
type = "github"
owner = "hyprwm"
repo = "hyprland"

[[sources]]
type = "github"
owner = "chayleaf"
repo = "notnft"

[[sources]]
type = "github"
owner = "chayleaf"
repo = "nixos-router"
Loading