Compare commits
No commits in common. "dc3064b545c44cc4e68a077802ca75fb6d29b65a" and "6c8b9272778e8487e3a20f95bd2860761c0b95a3" have entirely different histories.
dc3064b545
...
6c8b927277
6 changed files with 6 additions and 9 deletions
|
@ -32,7 +32,6 @@
|
|||
"openssl-1.0.2u"
|
||||
];
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.stateVersion = "20.03"; # We can stay here
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchFromGitHub, python38Packages, wrapQtAppsHook }:
|
||||
{ stdenv, fetchFromGitHub, python39Packages, wrapQtAppsHook }:
|
||||
|
||||
python38Packages.buildPythonApplication rec {
|
||||
python39Packages.buildPythonApplication rec {
|
||||
pname = "nagstamon";
|
||||
version = "3.7.0-alpha";
|
||||
|
||||
|
@ -20,7 +20,7 @@ python38Packages.buildPythonApplication rec {
|
|||
wrapQtApp $out/bin/nagstamon.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with python38Packages; [
|
||||
propagatedBuildInputs = with python39Packages; [
|
||||
beautifulsoup4
|
||||
configparser
|
||||
dateutil
|
||||
|
|
|
@ -83,7 +83,6 @@ in {
|
|||
alias less="bat -p"
|
||||
alias ls="ls --color=auto"
|
||||
alias vim="nvim"
|
||||
alias k="kubectl"
|
||||
|
||||
for script in "$HOME"/dotfiles/bashrc/*.sh; do
|
||||
. "$script"
|
||||
|
@ -104,7 +103,6 @@ in {
|
|||
ls = "ls --color=auto";
|
||||
vim = "nvim";
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ in {
|
|||
|
||||
config.pipewire = {
|
||||
"context.properties" = {
|
||||
"default.clock.rate" = 48000;
|
||||
"default.clock.rate" = 44100;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
notcoal = pkgs.callPackage (import ../packages/notcoal) {};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.astroid
|
||||
astroid
|
||||
isync
|
||||
khal
|
||||
msmtp
|
||||
|
|
|
@ -31,6 +31,7 @@ in {
|
|||
cloudstation
|
||||
nagstamon
|
||||
|
||||
astroid
|
||||
drone-cli
|
||||
go-jira
|
||||
govc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue