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