use nixos instead of nixpkgs

This commit is contained in:
Gabriel Fontes
2021-09-13 02:27:02 -03:00
parent 4a82083de2
commit ec4ef044fb
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -17,16 +17,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1630807268,
"narHash": "sha256-+rJqU4BP6O9/lFkWt7XESCAQqEhgXD3LDiMUeu6pxbE=",
"lastModified": 1631381596,
"narHash": "sha256-Xk91RO0uMyul8fWo3RP7WqEP5bsKUVucJRgLZgascAo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "33d3282b12347a139d1d7804738b8ea9b642e60b",
"rev": "f6e9e908ccbcabb365cb5434a4a38dd8c996fc72",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
+1 -1
View File
@@ -2,7 +2,7 @@
description = "My personal website, blog, and digital garden";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};