update x13s

This commit is contained in:
steveej 2024-02-08 20:59:08 +01:00
parent b090d15188
commit 885d0df8a4
3 changed files with 17 additions and 18 deletions

View file

@ -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"
];

View file

@ -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": {

View file

@ -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";
};