Compare commits
No commits in common. "a01ef89287c83d278330e86cd240cb173c7ab3a5" and "e63d77b931a65649c73f8fcf95c9484633f5e60c" have entirely different histories.
a01ef89287
...
e63d77b931
3 changed files with 6 additions and 8 deletions
|
|
@ -1,9 +1,7 @@
|
|||
baseURL = "https://millironx.com"
|
||||
languageCode = "en-us"
|
||||
title = "MillironX"
|
||||
|
||||
[pagination]
|
||||
pagerSize = 5
|
||||
paginate = 5
|
||||
|
||||
[build]
|
||||
writeStats = true
|
||||
|
|
|
|||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -20,16 +20,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1736408508,
|
||||
"narHash": "sha256-WIGZ3DPw5H+SPszUXVacK+KTh3sJZShP1vGtDwhquNM=",
|
||||
"lastModified": 1734017764,
|
||||
"narHash": "sha256-msOfmyJSjAHgIygI/JD0Ae3JsDv4rT54Nlfr5t6MQMQ=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "530de2c83360057c1650fb8a37ef48cb9ad8f6a6",
|
||||
"rev": "64e9404f308e0f0a0d8cdd7c358f74e34802494b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-24.11-small",
|
||||
"ref": "nixos-24.05",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11-small";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
outputs = { self, nixpkgs, flake-utils }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue