Update nixpkgs

This commit is contained in:
Peter Selby 2023-11-06 15:11:34 -08:00
parent 7fbdb29e10
commit bcdafb7994
2 changed files with 10 additions and 10 deletions

View File

@ -187,16 +187,16 @@
]
},
"locked": {
"lastModified": 1646616315,
"narHash": "sha256-A1g4AjM/4kVWBzfCx9HqCszVFlcsk+C9NHG3X6hRjaI=",
"lastModified": 1695108154,
"narHash": "sha256-gSg7UTVtls2yO9lKtP0yb66XBHT1Fx5qZSZbGMpSn2c=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "454abeb5a891b2b56f10a30f2a846e8341cbfe9b",
"rev": "07682fff75d41f18327a871088d20af2710d4744",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-21.05",
"ref": "release-23.05",
"repo": "home-manager",
"type": "github"
}
@ -251,16 +251,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1659914493,
"narHash": "sha256-lkA5X3VNMKirvA+SUzvEhfA7XquWLci+CGi505YFAIs=",
"lastModified": 1699169573,
"narHash": "sha256-cvUb1xZkvOp3W2SzylStrTirhVd9zCeo5utJl9nSIhw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf",
"rev": "aeefe2054617cae501809b82b44a8e8f7be7cc4b",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-21.05",
"ref": "nixos-23.05",
"type": "indirect"
}
},

View File

@ -2,9 +2,9 @@
description = "Fudo Home Manager Configuration";
inputs = {
nixpkgs.url = "nixpkgs/nixos-21.05";
nixpkgs.url = "nixpkgs/nixos-23.05";
home-manager = {
url = "github:nix-community/home-manager/release-21.05";
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};
doom-emacs.url = "github:vlaci/nix-doom-emacs";