update nix commits

This commit is contained in:
Murphy 2024-12-12 19:15:39 -05:00
parent 141e111a48
commit d87f3b7b72
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 5 additions and 5 deletions

View file

@ -22,17 +22,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1733951607, "lastModified": 1734037113,
"narHash": "sha256-CN6q6iCzxI1gkNyk4xLdwaMKi10r7n+aJkRzWj8PXwQ=", "narHash": "sha256-ENSfIRpZUGyr2quTJCESzppcR9i0N2iUrenGxcr9Mj0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6e5b2d9e8014b5572e3367937a329e7053458d34", "rev": "e526fd2b1a40e4ca0b5e07e87b8c960281c67412",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6e5b2d9e8014b5572e3367937a329e7053458d34", "rev": "e526fd2b1a40e4ca0b5e07e87b8c960281c67412",
"type": "github" "type": "github"
} }
}, },

View file

@ -6,7 +6,7 @@
nixpkgs.url = "github:nixos/nixpkgs/55d15ad12a74eb7d4646254e13638ad0c4128776"; nixpkgs.url = "github:nixos/nixpkgs/55d15ad12a74eb7d4646254e13638ad0c4128776";
# home manager # home manager
home-manager.url = "github:nix-community/home-manager/6e5b2d9e8014b5572e3367937a329e7053458d34"; home-manager.url = "github:nix-community/home-manager/e526fd2b1a40e4ca0b5e07e87b8c960281c67412";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
# nixgl # nixgl