Archived
0
0
Fork 0

update flake lock

This commit is contained in:
Daryl Ronningen 2023-01-18 01:42:27 -08:00
parent e703b0b4fe
commit 3cde9a2bf0
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
2 changed files with 4 additions and 5 deletions

View file

@ -2,16 +2,15 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1673525234,
"narHash": "sha256-fMP37VTeqSzC8JYoQJinLOnHfjriE5uKInLWJRz5K3E=",
"lastModified": 1674030803,
"narHash": "sha256-ZHMsgrsqOeURn1+WO4hPA22C3oH3x0zp8xqU5temz+U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "92f9580a4c369b4b51a7b6a5e77da43720134c9f",
"rev": "84341d7769f6a3b6b43051774c0c6df4f5df6d15",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "Linux Package Manager";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = {