change 0x76.dev tag to build-num

This commit is contained in:
Vivian 2023-01-24 15:51:32 +01:00
parent 98a2e5cd0b
commit 1afe53d15d
2 changed files with 10 additions and 25 deletions

View file

@ -48,20 +48,8 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};
outputs =
{ self
, nixpkgs
, nixpkgs_22-11
, vault-secrets
, colmena
, home-manager
, hyprpaper
, hyprland
, nixos-generators
, nixos-hardware
, nur
, ...
}@inputs:
outputs = { self, nixpkgs, nixpkgs_22-11, vault-secrets, colmena, home-manager
, hyprpaper, hyprland, nixos-generators, nixos-hardware, nur, ... }@inputs:
let
inherit (nixpkgs) lib;
@ -105,8 +93,7 @@
source /etc/set-environment
nix repl --file "${./.}/repl.nix" $@
'';
in
{
in {
# Make the nixosConfigurations for compat reasons
nixosConfigurations =
(import (inputs.colmena + "/src/nix/hive/eval.nix") {
@ -118,14 +105,12 @@
}).nodes;
# Make the colmena configuration
colmena = lib.foldr (el: acc: acc // util.mkColmenaHost el)
{
meta = {
inherit specialArgs;
nixpkgs = pkgs;
};
}
nixHosts;
colmena = lib.foldr (el: acc: acc // util.mkColmenaHost el) {
meta = {
inherit specialArgs;
nixpkgs = pkgs;
};
} nixHosts;
packages.${system} = {
inherit apply-local;

View file

@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: x76dev
image: git.0x76.dev/v/0x76.dev:latest
image: git.0x76.dev/v/0x76.dev:4
ports:
- containerPort: 80
---