use unstable alias for astroid
This commit is contained in:
parent
50cdf4841e
commit
92140a3cdf
2 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
notcoal = pkgs.callPackage (import ../packages/notcoal) {};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
astroid
|
||||
unstable.astroid
|
||||
isync
|
||||
khal
|
||||
msmtp
|
||||
|
|
|
@ -31,7 +31,6 @@ in {
|
|||
cloudstation
|
||||
nagstamon
|
||||
|
||||
astroid
|
||||
drone-cli
|
||||
go-jira
|
||||
govc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue