[fix] flake: switch from unstable-small to unstable
All checks were successful
/ check (push) Successful in 20s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s

Unstable small breaks too often
This commit is contained in:
Jalil David Salamé Messina 2024-08-18 11:06:23 +02:00
parent 9591d8ace4
commit 1f3a666b12
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
# Flake inputs
inputs = {
nixpkgs.url = "nixpkgs/nixos-24.05";
unstable.url = "nixpkgs/nixos-unstable-small";
unstable.url = "nixpkgs/nixos-unstable";
# Lix
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";