Skip to content
Snippets Groups Projects
Verified Commit 1a3e6378 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent 63176804
No related branches found
No related tags found
No related merge requests found
......@@ -26,14 +26,14 @@ test:
script:
- nix develop .#gitlab --command run-ci-tests
deploy:
stage: deploy
tags:
- nixos-gen3
script:
- nix develop --command deploy
after_script:
- nix develop --command clean-up
when: on_success
#deploy:
# stage: deploy
# tags:
# - nixos-gen3
# script:
# - nix develop --command deploy
# after_script:
# - nix develop --command clean-up
#
# when: on_success
\ No newline at end of file
......@@ -28,11 +28,11 @@
"rev": "4a30b23f6580958ff5e06af5534f03228f7be631",
"revCount": 28,
"type": "git",
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git"
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git/"
},
"original": {
"type": "git",
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git"
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git/"
}
},
"flake-utils": {
......
......@@ -5,7 +5,7 @@
nixpkgs = {url = "github:nixos/nixpkgs/nixos-23.11";};
flake-utils = {url = "github:numtide/flake-utils";};
version = {url = "git+https://gitlab.schukai.com/oss/utilities/version.git/";};
devFlakes = {url = "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git";};
devFlakes = {url = "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git/";};
};
outputs = {
......@@ -35,8 +35,8 @@
rootPath = ./.;
commonPck = devFlakes.packages.${system}.common;
commonScript = commonPck + "/bin/common";
# commonPck = devFlakes.packages.${system}.common;
commonScript = "/bin/common";
commonPackages = import ./nix/config/common-packages.nix {inherit pkgs';};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment