Switch to unstable for now

This commit is contained in:
2026-02-27 12:41:51 +01:00
parent 2f474c8413
commit db20f6fee1
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -159,16 +159,16 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1772021135, "lastModified": 1771848320,
"narHash": "sha256-RTnFkyrKbwL97yBz6C+TuOsgtVjCDsMfaxSjXBGqjCg=", "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "23eae0051aeff7848688aee2f7c8f63da61bebb5", "rev": "2fc6539b481e1d2569f25f8799236694180c0993",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable-small", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nix-flatpak.url = "github:gmodena/nix-flatpak"; nix-flatpak.url = "github:gmodena/nix-flatpak";
czkawka-master.url = "path:./common/flakes/czkawka-master"; czkawka-master.url = "path:./common/flakes/czkawka-master";
fet.url = "path:./common/flakes/fet"; fet.url = "path:./common/flakes/fet";