Skip to content
Snippets Groups Projects
Commit 6db81e96 authored by Daniel Firth's avatar Daniel Firth
Browse files

horizon-gen-nix: use branch make-package-set

parent 8b9292ff
No related merge requests found
...@@ -64,15 +64,16 @@ ...@@ -64,15 +64,16 @@
"horizon-gen-nix": { "horizon-gen-nix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1667577671, "lastModified": 1667758926,
"narHash": "sha256-rDbpc4sbCmcT7oP+eD557zrlCYCrYumyiDJucOTNsTs=", "narHash": "sha256-p4IdceVV3gAlBP1AcLL4UwufapWjcs9zIAFSVEVSWX0=",
"ref": "refs/heads/master", "ref": "make-package-set",
"rev": "9d3a1f027f2852dbc896d06c089556134035ddba", "rev": "f24f5cfb9c2629f9b456e47aedafdf8e909dadda",
"revCount": 31, "revCount": 36,
"type": "git", "type": "git",
"url": "https://gitlab.homotopic.tech/horizon/horizon-gen-nix" "url": "https://gitlab.homotopic.tech/horizon/horizon-gen-nix"
}, },
"original": { "original": {
"ref": "make-package-set",
"type": "git", "type": "git",
"url": "https://gitlab.homotopic.tech/horizon/horizon-gen-nix" "url": "https://gitlab.homotopic.tech/horizon/horizon-gen-nix"
} }
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils"; lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils";
horizon-gen-nix = { horizon-gen-nix = {
flake = false; flake = false;
url = "git+https://gitlab.homotopic.tech/horizon/horizon-gen-nix"; url = "git+https://gitlab.homotopic.tech/horizon/horizon-gen-nix?ref=make-package-set";
}; };
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
}; };
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
in in
{ {
apps = { apps = {
horizon-gen-nix = horizon-gen-nix-app.outputs.apps.${system}.default; horizon-gen-nix = horizon-gen-nix-app.outputs.apps.${system}.horizon-gen-nix;
horizon-gen-gitlab-ci = { horizon-gen-gitlab-ci = {
type = "app"; type = "app";
program = "${horizon-gen-gitlab-ci}/bin/gen-gitlab-ci"; program = "${horizon-gen-gitlab-ci}/bin/gen-gitlab-ci";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment