[fix] flake: switch from unstable-small to unstable #60

Merged
jalil merged 1 commit from no-unstable-small into main 2024-08-18 11:08:13 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 1f3a666b12 - Show all commits

View file

@ -502,16 +502,16 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1723895289, "lastModified": 1723637854,
"narHash": "sha256-MOV25tevdwqJvMHsF2rV9d/I8v6CgYLh7vuK4Igb03M=", "narHash": "sha256-med8+5DSWa2UnOqtdICndjDAEjxr5D7zaIiK4pn0Q7c=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b959f399d27ce028a0a87317b45306b4c3c8a1b1", "rev": "c3aa7b8938b17aebd2deecf7be0636000d62a2b9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-unstable-small", "ref": "nixos-unstable",
"type": "indirect" "type": "indirect"
} }
} }

View file

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