Skip to content
Snippets Groups Projects
Commit 5cac60e6 authored by Millian Poquet's avatar Millian Poquet
Browse files

nix: fix nixpkgs version

parent 82458a20
Branches
No related tags found
No related merge requests found
......@@ -17,15 +17,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1670952872,
"narHash": "sha256-tmhCNibwoviM+BHXBWUxO+XtAwbO84b2BHC4PrD7FrQ=",
"lastModified": 1669833724,
"narHash": "sha256-/HEZNyGbnQecrgJnfE8d0WC5c1xuPSD2LUpB6YXlg4c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "16875b3e7be8380c29af192cc8ff1debae6d311a",
"rev": "4d2b37a84fad1091b9de401eb450aae66f1a741e",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "22.11",
"repo": "nixpkgs",
"type": "github"
}
......
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?tag=22.11";
nixpkgs.url = "github:NixOS/nixpkgs?ref=22.11";
flake-utils.url = "github:numtide/flake-utils";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment