Kieran's opinionated (and probably slightly dumb) nix config

feat: add cedarlogic

dunkirk.sh e71dedf1 5671d05d

verified
Changed files
+67 -6
machines
moonlark
+61 -6
flake.lock
···
"url": "https://flakehub.com/f/catppuccin/vscode/%2A.tar.gz"
}
},
+
"cedarlogic": {
+
"inputs": {
+
"flake-utils": "flake-utils",
+
"nixpkgs": [
+
"nixpkgs"
+
]
+
},
+
"locked": {
+
"lastModified": 1755213882,
+
"narHash": "sha256-tsaCBluUpNnnlbkEXzEIkVnERq6yuO/ARealqRqrVJE=",
+
"owner": "taciturnaxolotl",
+
"repo": "CedarLogic",
+
"rev": "ec5798687bf65c352d5d53aa8853e25bc2284c2b",
+
"type": "github"
+
},
+
"original": {
+
"owner": "taciturnaxolotl",
+
"repo": "CedarLogic",
+
"type": "github"
+
}
+
},
"claude-desktop": {
"inputs": {
-
"flake-utils": "flake-utils",
+
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
···
"type": "github"
}
},
+
"flake-utils_6": {
+
"inputs": {
+
"systems": "systems_7"
+
},
+
"locked": {
+
"lastModified": 1731533236,
+
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
+
"owner": "numtide",
+
"repo": "flake-utils",
+
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
+
"type": "github"
+
},
+
"original": {
+
"owner": "numtide",
+
"repo": "flake-utils",
+
"type": "github"
+
}
+
},
"flare": {
"inputs": {
-
"flake-utils": "flake-utils_2",
+
"flake-utils": "flake-utils_3",
"nixpkgs": [
"nixpkgs"
]
···
},
"frc-nix": {
"inputs": {
-
"flake-utils": "flake-utils_3",
+
"flake-utils": "flake-utils_4",
"nix-github-actions": "nix-github-actions",
"nixpkgs": [
"nixpkgs"
···
},
"nix-vscode-extensions": {
"inputs": {
-
"flake-utils": "flake-utils_4",
+
"flake-utils": "flake-utils_5",
"nixpkgs": "nixpkgs_3"
},
"locked": {
···
},
"nuschtosSearch": {
"inputs": {
-
"flake-utils": "flake-utils_5",
+
"flake-utils": "flake-utils_6",
"ixx": "ixx",
"nixpkgs": [
"nixvim",
···
"agenix": "agenix",
"catppuccin": "catppuccin",
"catppuccin-vsc": "catppuccin-vsc",
+
"cedarlogic": "cedarlogic",
"claude-desktop": "claude-desktop",
"ctfd-alerts": "ctfd-alerts",
"disko": "disko",
···
"nixpkgs": [
"nixpkgs"
],
-
"systems": "systems_7"
+
"systems": "systems_8"
},
"locked": {
"lastModified": 1754801101,
···
}
},
"systems_7": {
+
"locked": {
+
"lastModified": 1681028828,
+
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+
"owner": "nix-systems",
+
"repo": "default",
+
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+
"type": "github"
+
},
+
"original": {
+
"owner": "nix-systems",
+
"repo": "default",
+
"type": "github"
+
}
+
},
+
"systems_8": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+5
flake.nix
···
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
+
+
cedarlogic = {
+
url = "github:taciturnaxolotl/CedarLogic";
+
inputs.nixpkgs.follows = "nixpkgs";
+
};
};
outputs =
+1
machines/moonlark/default.nix
···
pkgs.unstable.kicad-testing
pkgs.zenity
pkgs.atproto-goat
+
inputs.cedarlogic.packages.${pkgs.system}.cedarlogic
];
programs.nh = {