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: ...@@ -26,14 +26,14 @@ test:
script: script:
- nix develop .#gitlab --command run-ci-tests - nix develop .#gitlab --command run-ci-tests
deploy: #deploy:
stage: deploy # stage: deploy
tags: # tags:
- nixos-gen3 # - nixos-gen3
script: # script:
- nix develop --command deploy # - nix develop --command deploy
after_script: # after_script:
- nix develop --command clean-up # - nix develop --command clean-up
#
when: on_success # when: on_success
\ No newline at end of file
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
"rev": "4a30b23f6580958ff5e06af5534f03228f7be631", "rev": "4a30b23f6580958ff5e06af5534f03228f7be631",
"revCount": 28, "revCount": 28,
"type": "git", "type": "git",
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git" "url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git/"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git" "url": "https://gitlab.schukai.com/schukai/entwicklung/nix-flakes.git/"
} }
}, },
"flake-utils": { "flake-utils": {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
nixpkgs = {url = "github:nixos/nixpkgs/nixos-23.11";}; nixpkgs = {url = "github:nixos/nixpkgs/nixos-23.11";};
flake-utils = {url = "github:numtide/flake-utils";}; flake-utils = {url = "github:numtide/flake-utils";};
version = {url = "git+https://gitlab.schukai.com/oss/utilities/version.git/";}; 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 = { outputs = {
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
rootPath = ./.; rootPath = ./.;
commonPck = devFlakes.packages.${system}.common; # commonPck = devFlakes.packages.${system}.common;
commonScript = commonPck + "/bin/common"; commonScript = "/bin/common";
commonPackages = import ./nix/config/common-packages.nix {inherit pkgs';}; 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