From 751bb82daf1c722d945aca5212223acf8483a6f0 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 8 Feb 2024 20:59:08 +0100 Subject: [PATCH] update x13s --- .../configuration/graphical-fullblown.nix | 1 - nix/os/devices/steveej-x13s/flake.lock | 32 +++++++++---------- nix/os/devices/steveej-x13s/flake.nix | 2 +- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/nix/home-manager/configuration/graphical-fullblown.nix b/nix/home-manager/configuration/graphical-fullblown.nix index 632cf0f..56f7820 100644 --- a/nix/home-manager/configuration/graphical-fullblown.nix +++ b/nix/home-manager/configuration/graphical-fullblown.nix @@ -39,7 +39,6 @@ in { home.sessionVariables.PATH = pkgs.lib.concatStringsSep ":" ["$HOME/.local/bin" "$PATH"]; nixpkgs.config.permittedInsecurePackages = [ - "electron-24.8.6" "electron-25.9.0" ]; diff --git a/nix/os/devices/steveej-x13s/flake.lock b/nix/os/devices/steveej-x13s/flake.lock index 3d547b2..9a78061 100644 --- a/nix/os/devices/steveej-x13s/flake.lock +++ b/nix/os/devices/steveej-x13s/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1706491084, - "narHash": "sha256-eaEv+orTmr2arXpoE4aFZQMVPOYXCBEbLgK22kOtkhs=", + "lastModified": 1707354935, + "narHash": "sha256-COv13Awbwut8Q8h8WxWpbVGHsUlZ6Yb+6YiWyWUV+yY=", "owner": "nix-community", "repo": "disko", - "rev": "f67ba6552845ea5d7f596a24d57c33a8a9dc8de9", + "rev": "c49bb95ac852841b9015fb56a503a36ebdb46a59", "type": "github" }, "original": { @@ -59,11 +59,11 @@ ] }, "locked": { - "lastModified": 1705659542, - "narHash": "sha256-WA3xVfAk1AYmFdwghT7mt/erYpsU6JPu9mdTEP/e9HQ=", + "lastModified": 1706981411, + "narHash": "sha256-cLbLPTL1CDmETVh4p0nQtvoF+FSEjsnJTFpTxhXywhQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "10cd9c53115061aa6a0a90aad0b0dde6a999cdb9", + "rev": "652fda4ca6dafeb090943422c34ae9145787af37", "type": "github" }, "original": { @@ -97,11 +97,11 @@ ] }, "locked": { - "lastModified": 1707142515, - "narHash": "sha256-qTiDyZP7JvTyITRwmAGo9KGMJx0lj7ibhYqe65/Gypc=", + "lastModified": 1707341322, + "narHash": "sha256-hfJDFRAFrdLDY0ebNy7BpaKBmj3BwR/WTbQswlrpU1Y=", "ref": "refs/heads/main", - "rev": "66bc91c89daf8a14769e1f403004578463578138", - "revCount": 12, + "rev": "e612b7c968318bcd7f6ae5a4eaf930e21baa644d", + "revCount": 14, "type": "git", "url": "https://codeberg.org/adamcstephens/nixos-x13s" }, @@ -112,11 +112,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1706718339, - "narHash": "sha256-S+S97c/HzkO2A/YsU7ZmNF9w2s7Xk6P8dzmfDdckzLs=", + "lastModified": 1707238373, + "narHash": "sha256-WKxT0yLzWbFZwYi92lI0yWJpYtRaFSWHGX8QXzejapw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "53fbe41cf76b6a685004194e38e889bc8857e8c2", + "rev": "fb0c047e30b69696acc42e669d02452ca1b55755", "type": "github" }, "original": { @@ -162,11 +162,11 @@ }, "nixpkgs-unstable-small": { "locked": { - "lastModified": 1706768163, - "narHash": "sha256-mSQ/t2+AriQCxsHHDJ/2uJGMnUzjZLKFVYImln05JPs=", + "lastModified": 1707347693, + "narHash": "sha256-/MxX1WUwKui2dWtKghN+8qIKf8X7hHPD1KCeDXoApEI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "32cf02a2607143d94c565c068b73fe45fd57c3a0", + "rev": "9a113b42b3b15eafa91a027bd9fb9fd69fa6ed96", "type": "github" }, "original": { diff --git a/nix/os/devices/steveej-x13s/flake.nix b/nix/os/devices/steveej-x13s/flake.nix index b0cdc09..4c632c8 100644 --- a/nix/os/devices/steveej-x13s/flake.nix +++ b/nix/os/devices/steveej-x13s/flake.nix @@ -18,8 +18,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - # nixos-x13s.url = "git+https://codeberg.org/adamcstephens/nixos-x13s?rev=5044811f7804e7cf83923908d1b35322f34fb3fc"; # 6.7.0-1 nixos-x13s.url = "git+https://codeberg.org/adamcstephens/nixos-x13s"; + # nixos-x13s.url = "path:/home/steveej/src/others/nixos-x13s"; nixos-x13s.inputs.nixpkgs.follows = "nixpkgs"; };