use unstable alias for astroid
This commit is contained in:
parent
9deaa5ff53
commit
dc3064b545
2 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
{ 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; [
|
||||||
astroid
|
unstable.astroid
|
||||||
isync
|
isync
|
||||||
khal
|
khal
|
||||||
msmtp
|
msmtp
|
||||||
|
|
|
@ -31,7 +31,6 @@ in {
|
||||||
cloudstation
|
cloudstation
|
||||||
nagstamon
|
nagstamon
|
||||||
|
|
||||||
astroid
|
|
||||||
drone-cli
|
drone-cli
|
||||||
go-jira
|
go-jira
|
||||||
govc
|
govc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue