build(flake): switch to stable by default
Switch to using the stable version of nixpkgs but still use unstable where it's needed.
This commit is contained in:
parent
8f4aa7bbfc
commit
b68ad75ce3
6 changed files with 56 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, pkgs-unstable, ... }:
|
||||
|
||||
with pkgs; [
|
||||
awscli2
|
||||
|
@ -35,13 +35,13 @@ with pkgs; [
|
|||
php81Packages.phpcs
|
||||
php81Packages.phpstan
|
||||
pinentry
|
||||
pkgs-unstable.rustywind
|
||||
platformsh
|
||||
postman
|
||||
pulumi-bin
|
||||
pv
|
||||
python3Full
|
||||
ripgrep
|
||||
rustywind
|
||||
terraform
|
||||
tldr
|
||||
tmuxinator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue