fix nordvpn (-rofi)
This commit is contained in:
parent
17c606af41
commit
ac304a7ea0
26
flake.lock
26
flake.lock
|
|
@ -370,25 +370,25 @@
|
||||||
"nordvpn-amd64-deb": {
|
"nordvpn-amd64-deb": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"narHash": "sha256-v2FC8Io9OO4nl8+uKqurLIBmFQB4/LRs4/S+5hU0URY=",
|
"narHash": "sha256-thKXQLibQFJZnmhzOQ9t6cHXhtvAnDp/+17iL2QN8DU=",
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/nordvpn_4.5.0_amd64.deb"
|
"url": "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/nordvpn_5.2.0_amd64.deb"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/nordvpn_4.5.0_amd64.deb"
|
"url": "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/nordvpn_5.2.0_amd64.deb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nordvpn-arm64-deb": {
|
"nordvpn-arm64-deb": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"narHash": "sha256-pdhIp4GLUjmlROk6gp9LPQIggTseoGfD/gxCfWfIAq4=",
|
"narHash": "sha256-+uaBeHdHufzFLZYusySy9oMK3f3+y/wBntAIkic0O+I=",
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/nordvpn_4.5.0_arm64.deb"
|
"url": "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/nordvpn_5.2.0_arm64.deb"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/nordvpn_4.5.0_arm64.deb"
|
"url": "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/nordvpn_5.2.0_arm64.deb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nordvpn-flake": {
|
"nordvpn-flake": {
|
||||||
|
|
@ -402,16 +402,16 @@
|
||||||
"nordvpn-arm64-deb": "nordvpn-arm64-deb"
|
"nordvpn-arm64-deb": "nordvpn-arm64-deb"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1775296025,
|
"lastModified": 1785076980,
|
||||||
"narHash": "sha256-9gQqoDENQAA0mfGwuYclJFQ1ejjYqRomAX+B19kHSLQ=",
|
"narHash": "sha256-YPTjlQaKCC2Leqej/d1ONI4JC26+zQv3R9zX+p60uDk=",
|
||||||
"owner": "Cody119",
|
"owner": "janis-bhm",
|
||||||
"repo": "nordvpn-flake-updated",
|
"repo": "nordvpn-flake",
|
||||||
"rev": "687ab89edaaa9a40a1dd6b5b13db369e6712cbf8",
|
"rev": "62cdfd932a7259045cc5064796f6a4561164f2b6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Cody119",
|
"owner": "janis-bhm",
|
||||||
"repo": "nordvpn-flake-updated",
|
"repo": "nordvpn-flake",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
};
|
};
|
||||||
apple-fonts.url = "github:Lyndeno/apple-fonts.nix";
|
apple-fonts.url = "github:Lyndeno/apple-fonts.nix";
|
||||||
duralumin.url = "git+https://git.nirgendwo.xyz/janis/duralumin.git";
|
duralumin.url = "git+https://git.nirgendwo.xyz/janis/duralumin.git";
|
||||||
nordvpn-flake.url = "github:Cody119/nordvpn-flake-updated";
|
nordvpn-flake.url = "github:janis-bhm/nordvpn-flake";
|
||||||
nordvpn-flake.inputs.nixpkgs.follows = "nixpkgs";
|
nordvpn-flake.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -62,11 +62,13 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true; # Allow unfree packages globally
|
config.allowUnfree = true; # Allow unfree packages globally
|
||||||
config.permittedInsecurePackages = [
|
config.permittedInsecurePackages = [
|
||||||
|
"electron-39.8.10"
|
||||||
];
|
];
|
||||||
|
|
||||||
overlays = [
|
overlays = [
|
||||||
inputs.nur.overlays.default
|
inputs.nur.overlays.default
|
||||||
emacs-overlay.overlays.default
|
emacs-overlay.overlays.default
|
||||||
|
nordvpn-flake.overlays.default
|
||||||
overlay-unstable
|
overlay-unstable
|
||||||
duralumin.overlays.default
|
duralumin.overlays.default
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
final: prev: {
|
final: prev: {
|
||||||
nordvpn = prev.callPackage ./nordvpn.nix {};
|
# nordvpn = prev.callPackage ./nordvpn.nix {};
|
||||||
nordvpn-rofi = prev.callPackage ./nordvpn-rofi.nix {};
|
nordvpn-rofi = prev.callPackage ./nordvpn-rofi.nix {};
|
||||||
screenshot = prev.callPackage ./screenshot.nix {};
|
screenshot = prev.callPackage ./screenshot.nix {};
|
||||||
dotfiles = prev.callPackage ./dotfiles.nix {};
|
dotfiles = prev.callPackage ./dotfiles.nix {};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue