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:
parent
36a53d9f26
commit
60e4228504
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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, ... }:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue