mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
feat: deploy makanek, kabsa
This commit is contained in:
@@ -242,7 +242,6 @@ in {
|
||||
./tmux.nix
|
||||
./traadfri.nix
|
||||
./unclutter.nix
|
||||
./version.nix
|
||||
./vscode.nix
|
||||
./watson.nix
|
||||
./zsh.nix
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
let
|
||||
hc = pkgs.callPackage <stockholm/tv/5pkgs/simple/hc.nix> {};
|
||||
worldradio = pkgs.callPackage <niveum/packages/worldradio.nix> {};
|
||||
menstruation = pkgs.callPackage <niveum/submodules/menstruation-backend> {};
|
||||
menstruation = pkgs.callPackage <menstruation-backend> {};
|
||||
|
||||
nixpkgs-unstable = import <nixpkgs-unstable> { config.allowUnfree = true; };
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
environment.etc."niveum/version".text = lib.sources.commitIdFromGitRepo <niveum/.git>;
|
||||
}
|
||||
Reference in New Issue
Block a user