Revert "Switch to unstable by default"
This reverts commit 3c7877776e
.
Slack was broken when using the unstable version of nixpkgs.
This commit is contained in:
parent
54fdbd71d9
commit
b40e25dea0
5 changed files with 46 additions and 22 deletions
system/nixos
|
@ -1,6 +1,8 @@
|
|||
{ inputs, pkgs, system }:
|
||||
|
||||
let
|
||||
pkgsUnstable = inputs.nixpkgs-unstable.legacyPackages."${system}";
|
||||
|
||||
configure-gtk = pkgs.writeTextFile {
|
||||
name = "configure-gtk";
|
||||
destination = "/bin/configure-gtk";
|
||||
|
@ -174,8 +176,7 @@ in
|
|||
monospace = [ "JetBrainsMono Nerd Font Mono" ];
|
||||
};
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
packages = with pkgsUnstable; [
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"AnonymousPro"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue