Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions flake-info/assets/commands/flake_info.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ let
# this is done to import *profiles* which do not declare any options, so we
# can allow it.
modulesPath = "${nixpkgs.path}/nixos/modules";

# Provide commonly-used arguments so module evaluation that expects them
# (e.g. `pkgs` or `config`) does not fail during CI evaluation.
pkgs = nixpkgs;
};
}).options;

Expand Down
5 changes: 5 additions & 0 deletions flakes/manual.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ type = "github"
owner = "Infinidoge"
repo = "nix-minecraft"

[[sources]]
type = "github"
owner = "in-a-dil-emma"
repo = "declarative-flatpak"

[[sources]]
type = "github"
owner = "input-output-hk"
Expand Down