add nixsg

This commit is contained in:
Noa Aarts 2025-05-07 10:52:35 +02:00
parent ad6a69e1e0
commit 43ce7394d5
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 42 additions and 1 deletions

38
flake.lock generated
View file

@ -1197,6 +1197,22 @@
}
},
"nixpkgs_8": {
"locked": {
"lastModified": 1744536153,
"narHash": "sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg/N38=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "18dd725c29603f582cf1900e0d25f9f1063dbf11",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_9": {
"locked": {
"lastModified": 1745930157,
"narHash": "sha256-y3h3NLnzRSiUkYpnfvnS669zWZLoqqI6NprtLQ+5dck=",
@ -1212,6 +1228,25 @@
"type": "github"
}
},
"nixsg": {
"inputs": {
"nixpkgs": "nixpkgs_8"
},
"locked": {
"lastModified": 1746574841,
"narHash": "sha256-CxtdCmhRPOp/5JEcNkdrez3Giks2FrVcIzO+wguPI50=",
"owner": "itepastra",
"repo": "nixsg",
"rev": "a54ad56f9d7c86d8313e819299c9275b5ad6c7b4",
"type": "github"
},
"original": {
"owner": "itepastra",
"ref": "no-md-parser",
"repo": "nixsg",
"type": "github"
}
},
"nur": {
"inputs": {
"flake-parts": "flake-parts_2",
@ -1297,6 +1332,7 @@
"niri": "niri",
"nixcord": "nixcord",
"nixpkgs": "nixpkgs_7",
"nixsg": "nixsg",
"stylix": "stylix",
"tsunami": "tsunami_2"
}
@ -1334,7 +1370,7 @@
"git-hooks": "git-hooks",
"gnome-shell": "gnome-shell",
"home-manager": "home-manager_3",
"nixpkgs": "nixpkgs_8",
"nixpkgs": "nixpkgs_9",
"nur": "nur",
"systems": "systems_8",
"tinted-foot": "tinted-foot",

View file

@ -5,6 +5,10 @@
nixpkgs.url = "github:nixos/nixpkgs/master";
# nixpkgs.url = "/home/noa/Documents/programming/nixpkgs";
# nix based ssg
nixsg.url = "github:itepastra/nixsg/no-md-parser";
#nixsg.url = "/home/noa/Documents/programming/nixsg";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -83,6 +87,7 @@
modules = [
./hosts/lambdaos/configuration.nix
inputs.lix-module.nixosModules.default
inputs.nixsg.nixosModules.nginxSite
] ++ commonModules;
};
nuOS = nixpkgs.lib.nixosSystem {