Compare commits

..

No commits in common. "dc3064b545c44cc4e68a077802ca75fb6d29b65a" and "6c8b9272778e8487e3a20f95bd2860761c0b95a3" have entirely different histories.

6 changed files with 6 additions and 9 deletions

View file

@ -32,7 +32,6 @@
"openssl-1.0.2u" "openssl-1.0.2u"
]; ];
system.autoUpgrade.enable = true;
system.stateVersion = "20.03"; # We can stay here system.stateVersion = "20.03"; # We can stay here
} }

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, python38Packages, wrapQtAppsHook }: { stdenv, fetchFromGitHub, python39Packages, wrapQtAppsHook }:
python38Packages.buildPythonApplication rec { python39Packages.buildPythonApplication rec {
pname = "nagstamon"; pname = "nagstamon";
version = "3.7.0-alpha"; version = "3.7.0-alpha";
@ -20,7 +20,7 @@ python38Packages.buildPythonApplication rec {
wrapQtApp $out/bin/nagstamon.py wrapQtApp $out/bin/nagstamon.py
''; '';
propagatedBuildInputs = with python38Packages; [ propagatedBuildInputs = with python39Packages; [
beautifulsoup4 beautifulsoup4
configparser configparser
dateutil dateutil

View file

@ -83,7 +83,6 @@ in {
alias less="bat -p" alias less="bat -p"
alias ls="ls --color=auto" alias ls="ls --color=auto"
alias vim="nvim" alias vim="nvim"
alias k="kubectl"
for script in "$HOME"/dotfiles/bashrc/*.sh; do for script in "$HOME"/dotfiles/bashrc/*.sh; do
. "$script" . "$script"
@ -104,7 +103,6 @@ in {
ls = "ls --color=auto"; ls = "ls --color=auto";
vim = "nvim"; vim = "nvim";
sink = "VAULT_TOKEN=$(vault token lookup -format=json | jq -r .data.id) ENVIRONMENTS=staging ~/git/bitsbeats/vault-sink/sink"; sink = "VAULT_TOKEN=$(vault token lookup -format=json | jq -r .data.id) ENVIRONMENTS=staging ~/git/bitsbeats/vault-sink/sink";
usink = "VAULT_TOKEN=$(vault token lookup -format=json | jq -r .data.id) ENVIRONMENTS=staging ~/git/bitsbeats/vault-sink/sink < ./helm/*/values.yaml > values.yaml";
}; };
}; };

View file

@ -55,7 +55,7 @@ in {
config.pipewire = { config.pipewire = {
"context.properties" = { "context.properties" = {
"default.clock.rate" = 48000; "default.clock.rate" = 44100;
}; };
}; };
}; };

View file

@ -1,11 +1,10 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let let
unstable = import <nixos-unstable> { config.allowUnfree = true; };
notcoal = pkgs.callPackage (import ../packages/notcoal) {}; notcoal = pkgs.callPackage (import ../packages/notcoal) {};
in { in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
unstable.astroid astroid
isync isync
khal khal
msmtp msmtp

View file

@ -31,6 +31,7 @@ in {
cloudstation cloudstation
nagstamon nagstamon
astroid
drone-cli drone-cli
go-jira go-jira
govc govc