updates from makefile

This commit is contained in:
Don Harper 2024-03-09 22:16:27 -06:00
parent 74b27ef7c3
commit a3939ab323
3 changed files with 12 additions and 11 deletions

18
flake.lock generated
View file

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1709773529,
"narHash": "sha256-CNz9ybeR88j8QQxy7YNFa8RlNq3pWnXLvocWIt2n5Mg=",
"lastModified": 1709967935,
"narHash": "sha256-ZLLdGWs9njivxZsfSzfQN05g6WIyIe24bPb61y7FVqo=",
"owner": "nix-community",
"repo": "disko",
"rev": "a2009bc2b4e1d3ff5360048292deb0d610aa064b",
"rev": "72818e54ec29427f8d9f9cfa6fc859d01ca6dc66",
"type": "github"
},
"original": {
@ -59,11 +59,11 @@
]
},
"locked": {
"lastModified": 1709904018,
"narHash": "sha256-fVp/89wNjWg7OQ/Gj3eSK2IXKDk9mXSj5ltOz98Ce2w=",
"lastModified": 1709988192,
"narHash": "sha256-qxwIkl85P0I1/EyTT+NJwzbXdOv86vgZxcv4UKicjK8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8b07ca541939211d3cc437ddfd74ebdef3d72471",
"rev": "b0b0c3d94345050a7f86d1ebc6c56eea4389d030",
"type": "github"
},
"original": {
@ -118,11 +118,11 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1709903691,
"narHash": "sha256-5b65PQIffI07bbQoa7rQp+UgRXitCZdgH0oRXd4vkeY=",
"lastModified": 1710007077,
"narHash": "sha256-JjERhmLchkuM52geM5OZYuq+RiRQp+BZXijCuHhmZBY=",
"owner": "NixOS",
"repo": "nix",
"rev": "ef5cb446083a164b5eab2722224b716c8dd3afc7",
"rev": "ac730622e81336f42961cebea0f69bc637127ea4",
"type": "github"
},
"original": {

View file

@ -68,6 +68,7 @@
};
loki = inputs.nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
extraSpecialArgs = {inherit inputs;};
modules = workstation.modules ++ [
{
networking.hostName = "loki";

View file

@ -1,8 +1,8 @@
{ config, pkgs, inputs, ... }:
{
home.packages = with pkgs; [
#inputs.nixpkgs-2311.opencv
opencv
inputs.nixpkgs-2311.opencv
#opencv
citrix_workspace
];
home.file."ICAClient" = {