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

View File

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