Skip to content

Commit

Permalink
update flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 1, 2024
1 parent 9b30482 commit 3ac0fe4
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
130 changes: 65 additions & 65 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
# for development
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.inputs.nixpkgs-stable.follows = "";

#retiolum.url = "git+https://git.thalheim.io/Mic92/retiolum";
retiolum.url = "github:Mic92/retiolum";
Expand All @@ -57,7 +56,7 @@
systems.url = "github:nix-systems/default";

#buildbot-nix.url = "github:MagicRB/buildbot-nix/per-repo-configuration";
buildbot-nix.url = "github:nix-community/buildbot-nix";
buildbot-nix.url = "github:nix-community/buildbot-nix/hercules";
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
buildbot-nix.inputs.flake-parts.follows = "flake-parts";
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";
Expand All @@ -84,7 +83,7 @@

#clan-core.url = "https://git.clan.lol/clan/clan-core/archive/simplify-system.tar.gz";
#clan-core.url = "path:///Users/joerg/git/clan-core";
clan-core.url = "git+https://git.clan.lol/clan/clan-core?ref=ssh-ca";
clan-core.url = "git+https://git.clan.lol/clan/clan-core?ref=nixos-rebuild";
#clan-core.url = "git+file:///home/joerg/work/clan/clan-core";
clan-core.inputs.nixpkgs.follows = "nixpkgs";
clan-core.inputs.sops-nix.follows = "sops-nix";
Expand Down Expand Up @@ -159,6 +158,7 @@
hci-effects.runIf (herculesCI.config.repo.branch == "main") (
hci-effects.mkEffect {
effectScript = ''
echo "${builtins.toJSON { inherit (herculesCI.config.repo) branch tag rev; }}"
${pkgs.hello}/bin/hello
'';
}
Expand Down

0 comments on commit 3ac0fe4

Please sign in to comment.