Removed pkgs-working-itinerary as it works on pkgs
This commit is contained in:
parent
53b52dd3d3
commit
40df36f2ee
4 changed files with 2 additions and 31 deletions
|
|
@ -1 +1 @@
|
|||
Updated flake
|
||||
Removed pkgs-working-itinerary as it works on pkgs
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
pkgs-working-itinerary,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
|
@ -25,7 +24,7 @@ let
|
|||
kdePackages.kdepim-addons
|
||||
kdePackages.kdepim-runtime
|
||||
kdePackages.kcontacts
|
||||
pkgs-working-itinerary.kdePackages.itinerary
|
||||
kdePackages.itinerary
|
||||
libqalculate
|
||||
qalculate-qt
|
||||
kdotool
|
||||
|
|
|
|||
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -139,22 +139,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-working-itinerary": {
|
||||
"locked": {
|
||||
"lastModified": 1760284886,
|
||||
"narHash": "sha256-TK9Kr0BYBQ/1P5kAsnNQhmWWKgmZXwUQr4ZMjCzWf2c=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "cf3f5c4def3c7b5f1fc012b3d839575dbe552d43",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "cf3f5c4def3c7b5f1fc012b3d839575dbe552d43",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1757034884,
|
||||
|
|
@ -265,7 +249,6 @@
|
|||
"inputs": {
|
||||
"home-manager": "home-manager",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-working-itinerary": "nixpkgs-working-itinerary",
|
||||
"nixvim": "nixvim",
|
||||
"plasma-manager": "plasma-manager"
|
||||
}
|
||||
|
|
|
|||
11
flake.nix
11
flake.nix
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs-working-itinerary.url = "github:nixos/nixpkgs/cf3f5c4def3c7b5f1fc012b3d839575dbe552d43";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -22,7 +21,6 @@
|
|||
outputs =
|
||||
{
|
||||
nixpkgs,
|
||||
nixpkgs-working-itinerary,
|
||||
home-manager,
|
||||
plasma-manager,
|
||||
nixvim,
|
||||
|
|
@ -40,15 +38,6 @@
|
|||
nixosConfigurations = {
|
||||
nixos = lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
pkgs-working-itinerary = import nixpkgs-working-itinerary {
|
||||
inherit system;
|
||||
config.allowUnfree = false;
|
||||
config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
{
|
||||
environment.systemPackages = [ inputs.nixvim.packages.${system}.default ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue