Bump flake

This commit is contained in:
Smaug123
2024-01-01 23:45:15 +00:00
parent 8b2bab9baa
commit 11853da860
2 changed files with 77 additions and 21 deletions

91
flake.lock generated
View File

@@ -93,22 +93,38 @@
"type": "github" "type": "github"
} }
}, },
"flake-utils_3": {
"inputs": {
"systems": "systems_3"
},
"locked": {
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"images": { "images": {
"inputs": { "inputs": {
"flake-utils": [ "flake-utils": [
"flake-utils" "flake-utils"
], ],
"nixpkgs": [ "nixpkgs": "nixpkgs_2",
"nixpkgs"
],
"scripts": "scripts_2" "scripts": "scripts_2"
}, },
"locked": { "locked": {
"lastModified": 1703798553, "lastModified": 1704152342,
"narHash": "sha256-dDym75Eq6TIw9IrokBWwSoto0/l3nxFGpH4/VZkeqrQ=", "narHash": "sha256-9ntmhbkkmZSoaVMYPmZ/HkzYphpIHIBrWv5viO2Ee48=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "d441f6c507ecbfc7e95440ca8f021fcec6cb4767", "rev": "882c5d5703e639a1318ea4e69f3b8cbbfacfb3a0",
"revCount": 18, "revCount": 19,
"type": "git", "type": "git",
"url": "file:/Users/patrick/Desktop/website/static-site-images" "url": "file:/Users/patrick/Desktop/website/static-site-images"
}, },
@@ -119,19 +135,15 @@
}, },
"katex": { "katex": {
"inputs": { "inputs": {
"flake-utils": [ "flake-utils": "flake-utils_3",
"flake-utils" "nixpkgs": "nixpkgs_3"
],
"nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1696151934, "lastModified": 1704150937,
"narHash": "sha256-8kihcqdgYjoVuGozfgfcWh81yqMUvns4+C/fgkn+RNQ=", "narHash": "sha256-G6uJKkY5VErgobe51IIbp/ugHDIhVx5e0xNjJ90JEOk=",
"owner": "Smaug123", "owner": "Smaug123",
"repo": "KaTeX", "repo": "KaTeX",
"rev": "ac1f9b30441f63ea20216a36ffa7148dc0e9a9b3", "rev": "b74ed701beec2bebd161a0b5ea30c496c5206b96",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -157,6 +169,21 @@
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": {
"lastModified": 1704150997,
"narHash": "sha256-HbBTRybyqmd2/OMHIA6bV8HNXpcwB/t49be2kBq13IE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2df2bddf079263a6da2eb1876c7e212188ff950c",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1688392541, "lastModified": 1688392541,
"narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=", "narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=",
@@ -172,6 +199,21 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_4": {
"locked": {
"lastModified": 1704152321,
"narHash": "sha256-nUtHXOrStVy0reXNNxBKIfvfLyQFw5iJkZuSFOGBPzw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "aeca39024902034d198ac955cab5196b3729511c",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"pdfs": { "pdfs": {
"inputs": { "inputs": {
"flake-utils": [ "flake-utils": [
@@ -203,7 +245,7 @@
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils_2",
"images": "images", "images": "images",
"katex": "katex", "katex": "katex",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_4",
"pdfs": "pdfs", "pdfs": "pdfs",
"scripts": "scripts_4" "scripts": "scripts_4"
} }
@@ -297,6 +339,21 @@
"repo": "default", "repo": "default",
"type": "github" "type": "github"
} }
},
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View File

@@ -4,19 +4,18 @@
inputs = { inputs = {
flake-utils.url = github:numtide/flake-utils; flake-utils.url = github:numtide/flake-utils;
scripts.url = "github:Smaug123/flake-shell-script"; scripts.url = "github:Smaug123/flake-shell-script";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; nixpkgs.url = "github:NixOS/nixpkgs";
extra-content = { extra-content = {
url = "path:/Users/patrick/Desktop/website/extra-site-content"; url = "path:/Users/patrick/Desktop/website/extra-site-content";
flake = false; flake = false;
}; };
katex = { katex = {
url = "github:Smaug123/KaTeX/nix"; url = "github:Smaug123/KaTeX/nix";
inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
}; };
images = { images = {
url = "git+file:/Users/patrick/Desktop/website/static-site-images"; url = "git+file:/Users/patrick/Desktop/website/static-site-images";
inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils"; inputs.flake-utils.follows = "flake-utils";
}; };
pdfs = { pdfs = {