Remove rnix-lsp from packages

This commit is contained in:
coolneng 2021-08-10 13:19:36 +01:00
parent 38a2fd5eab
commit ad68c47d84
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 21 additions and 101 deletions

View File

@ -22,11 +22,11 @@
}, },
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1628443422, "lastModified": 1628588092,
"narHash": "sha256-Sq+eaw+UCYr4C5jzbjMk1bzrmLFxA5rN1pgYAGvT/AM=", "narHash": "sha256-Dz/T8zE7dOo70W2d5LdodWkqqeUosEgI5uMIZiepstU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "d962fd773274e8303bc96ca64fb3569aec5ac764", "rev": "46190b74dad8cd3c35cf8ae9334597392937882f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -35,31 +35,13 @@
"type": "github" "type": "github"
} }
}, },
"naersk": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1605267184,
"narHash": "sha256-0FSNlq6nN0/W88fg5kTkgRhAOQ8pI+uSZqBG9w49pMM=",
"owner": "nmattia",
"repo": "naersk",
"rev": "ce273fa593dcc94a629d0d869f07d96d2b337e37",
"type": "github"
},
"original": {
"owner": "nmattia",
"repo": "naersk",
"type": "github"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1628287055, "lastModified": 1628465643,
"narHash": "sha256-YwxtAt25pZofJT/e4sxw9cFBaFok+zgIy04HFV0rDd0=", "narHash": "sha256-QSNw9bDq9uGUniQQtakRuw4m21Jxugm23SXLVgEV4DM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0dde103318090f77ac95ef7fc26fe0cdd00fa0b3", "rev": "6ef4f522d63f22b40004319778761040d3197390",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -68,75 +50,11 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1605988311,
"narHash": "sha256-PA+kgq46NApOAJlmBNJHs5DwsIrY+jodM0e4g7VtXyY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2247d824fe07f16325596acc7faa286502faffd1",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1605988311,
"narHash": "sha256-PA+kgq46NApOAJlmBNJHs5DwsIrY+jodM0e4g7VtXyY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2247d824fe07f16325596acc7faa286502faffd1",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"rnix-lsp": {
"inputs": {
"naersk": "naersk",
"nixpkgs": "nixpkgs_3",
"utils": "utils"
},
"locked": {
"lastModified": 1626644818,
"narHash": "sha256-w0hpyFXxltmOpbBKNQ2tfKRWELQzStc/ho1EcNyYaWc=",
"owner": "nix-community",
"repo": "rnix-lsp",
"rev": "1fdd7cf9bf56b8ad2dddcfd27354dae8aef2b453",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "rnix-lsp",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"agenix": "agenix", "agenix": "agenix",
"emacs-overlay": "emacs-overlay", "emacs-overlay": "emacs-overlay",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs"
"rnix-lsp": "rnix-lsp"
}
},
"utils": {
"locked": {
"lastModified": 1605370193,
"narHash": "sha256-YyMTf3URDL/otKdKgtoMChu4vfVL3vCMkRqpGifhUn0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5021eac20303a61fafe17224c087f5519baed54d",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
} }
} }
}, },

View File

@ -6,7 +6,6 @@
agenix.url = "github:ryantm/agenix"; agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs"; agenix.inputs.nixpkgs.follows = "nixpkgs";
emacs-overlay.url = "github:nix-community/emacs-overlay"; emacs-overlay.url = "github:nix-community/emacs-overlay";
rnix-lsp.url = "github:nix-community/rnix-lsp";
}; };
outputs = { self, nixpkgs, agenix, ... }@inputs: outputs = { self, nixpkgs, agenix, ... }@inputs:
@ -20,12 +19,13 @@
lib = nixpkgs.lib; lib = nixpkgs.lib;
in { in
nixosConfigurations.panacea = lib.nixosSystem { {
inherit system; nixosConfigurations.panacea = lib.nixosSystem {
modules = [ (import ./configuration.nix) agenix.nixosModules.age ]; inherit system;
specialArgs = { inherit inputs; }; modules = [ (import ./configuration.nix) agenix.nixosModules.age ];
}; specialArgs = { inherit inputs; };
};
}; };
} }

View File

@ -3,10 +3,13 @@
with pkgs; with pkgs;
let let
emacs-vterm = ((emacsPackagesNgGen emacsPgtkGcc).emacsWithPackages emacs-vterm = (
(epkgs: [ epkgs.vterm ])); (emacsPackagesNgGen emacsPgtkGcc).emacsWithPackages
(epkgs: [ epkgs.vterm ])
);
in { in
{
environment.systemPackages = [ environment.systemPackages = [
# Monitoring # Monitoring
htop htop
@ -85,7 +88,6 @@ in {
shfmt shfmt
## Nix ## Nix
nixfmt nixfmt
rnix-lsp
## Python ## Python
nodePackages.pyright nodePackages.pyright
black black