Compare commits

..

No commits in common. "eecae9ff6514d7cbe0ab135ade8fc2836c2aae14" and "7b717302825a2c108391796ca7e5f49e684e3338" have entirely different histories.

3 changed files with 8 additions and 8 deletions

9
flake.lock generated
View file

@ -52,16 +52,19 @@
},
"camasca": {
"inputs": {
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1730806150,
"narHash": "sha256-Nbil3AKMam6iXRsAA2GDq/aYuUKBl6NIY9JUpeV1QDI=",
"lastModified": 1728905971,
"narHash": "sha256-oumO7WOhClK6/KYpG7NOW6giusECzF4diIzlDK1zpYA=",
"owner": "uku3lig",
"repo": "camasca",
"rev": "6aa35b55922d0c5033ae0fb723af12cefd4ce216",
"rev": "ac2d57b85cb9e8e54f2a43753e2032d6ce80ccc3",
"type": "github"
},
"original": {

View file

@ -41,6 +41,7 @@
camasca = {
url = "github:uku3lig/camasca";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
agenix = {

View file

@ -1,17 +1,13 @@
{
lib,
pkgs,
camasca,
...
}: let
inherit (pkgs.stdenv.hostPlatform) system;
in {
}: {
environment.systemPackages = with pkgs; [
gtkterm
maven
svn2git
remmina
camasca.packages.${system}.openwebstart
];
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";