1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

flake: remove temporary nixpkgs pin

Now that the Markdown migration is complete, everything should work
with the latest `nixpkgs-unstable`.
This commit is contained in:
Emily 2023-07-01 11:33:55 +01:00
parent 36a53d9f26
commit 60e4228504
2 changed files with 5 additions and 7 deletions

View File

@ -2,17 +2,17 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1687113821,
"narHash": "sha256-TXdP3s0wBDI0msVFFMKgrD+VcgqF0RM899+Sqmep7uc=",
"lastModified": 1689534811,
"narHash": "sha256-jnSUdzD/414d94plCyNlvTJJtiTogTep6t7ZgIKIHiE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e7e69199f0372364a6106a1e735f68604f4c5a25",
"rev": "6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"rev": "e7e69199f0372364a6106a1e735f68604f4c5a25",
"type": "github"
}
},

View File

@ -1,9 +1,7 @@
{
description = "Home Manager for Nix";
# Temporary pin for Markdown documentation transition.
inputs.nixpkgs.url =
"github:NixOS/nixpkgs/e7e69199f0372364a6106a1e735f68604f4c5a25";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { self, nixpkgs, ... }:
{