updated stable packages to 22.11

feat/kile-v2
Ricard Illa 2023-02-03 17:40:49 +01:00
parent c905a33643
commit aee29973d0
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 5 additions and 5 deletions

View File

@ -91,16 +91,16 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1659446231,
"narHash": "sha256-hekabNdTdgR/iLsgce5TGWmfIDZ86qjPhxDg/8TlzhE=",
"lastModified": 1674971084,
"narHash": "sha256-YxBWj2t75Jun+NJUwr2vvtcfLwvGcazSo+pnNxpt+tU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "eabc38219184cc3e04a974fe31857d8e0eac098d",
"rev": "22c4a7a4796a91c297a7e59078a84ec29515f86e",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-21.11",
"ref": "nixos-22.11",
"type": "indirect"
}
},

View File

@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-stable.url = "nixpkgs/nixos-21.11";
nixpkgs-stable.url = "nixpkgs/nixos-22.11";
home-manager = {
url = "github:nix-community/home-manager/master";