treewide: remove pkgsOlder
This commit is contained in:
parent
dd022ee7a8
commit
7bf62580dd
3 changed files with 3 additions and 24 deletions
17
flake.lock
generated
17
flake.lock
generated
|
@ -395,22 +395,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgsOlder": {
|
||||
"locked": {
|
||||
"lastModified": 1719918800,
|
||||
"narHash": "sha256-9UoMK9d1PiJZJrInbMONscA7QN8C6kZIX9FUyHp6UqQ=",
|
||||
"owner": "arachnist",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "02e10f7e99522cef9909f78312ffbbd2d96e59c3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "arachnist",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "02e10f7e99522cef9909f78312ffbbd2d96e59c3",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1702272962,
|
||||
|
@ -528,7 +512,6 @@
|
|||
"lanzaboote": "lanzaboote",
|
||||
"nix-formatter-pack": "nix-formatter-pack",
|
||||
"nixpkgs": "nixpkgs_4",
|
||||
"nixpkgsOlder": "nixpkgsOlder",
|
||||
"simple-nixos-mailserver": "simple-nixos-mailserver"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:arachnist/nixpkgs/ar-patchset-unstable";
|
||||
nixpkgsOlder.url =
|
||||
"github:arachnist/nixpkgs/02e10f7e99522cef9909f78312ffbbd2d96e59c3";
|
||||
nix-formatter-pack.url = "github:Gerschtli/nix-formatter-pack";
|
||||
deploy-rs.url = "github:serokell/deploy-rs";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
let
|
||||
flakes = lib.filterAttrs (name: value: value ? outputs) inputs;
|
||||
nixRegistry = builtins.mapAttrs (name: v: { flake = v; }) flakes;
|
||||
pkgsOlder = import inputs.nixpkgsOlder {
|
||||
inherit (pkgs) system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
# rfkill block 0; rmmod btusb btintel; systemctl restart bluetooth.service; modprobe btintel; modprobe btusb; systemctl restart bluetooth.service; rfkill unblock 0
|
||||
bt-unfuck = with pkgs;
|
||||
writeScriptBin "bt-unfuck" ''
|
||||
|
@ -176,7 +172,7 @@ in {
|
|||
kolourpaint
|
||||
okular
|
||||
discover
|
||||
]) ++ (with pkgsOlder; [ freecad neofetch ]) ++ (with pkgs; [
|
||||
]) ++ (with pkgs; [
|
||||
chromium
|
||||
ffmpeg-full
|
||||
firefox
|
||||
|
@ -202,6 +198,8 @@ in {
|
|||
vlc
|
||||
libreoffice-qt6
|
||||
bitwarden
|
||||
freecad
|
||||
neofetch
|
||||
|
||||
glasgow
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue