update flake

This commit is contained in:
Seán C McCord 2022-12-23 22:09:29 -05:00
parent 688b2aa152
commit 5be8bf3198
Signed by: scm
GPG key ID: 8302D5513BFE9618
2 changed files with 6 additions and 6 deletions

View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1659446231,
"narHash": "sha256-hekabNdTdgR/iLsgce5TGWmfIDZ86qjPhxDg/8TlzhE=",
"lastModified": 1671752829,
"narHash": "sha256-oFeJzAq0iRL6md9Si8Tx9bltjwjLmldvgUmAteMhYW4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "eabc38219184cc3e04a974fe31857d8e0eac098d",
"rev": "9898811c658d39b2692d0ab744377e02fd85d08b",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-21.11",
"ref": "nixos-22.11",
"type": "indirect"
}
},

View file

@ -2,7 +2,7 @@
description = "sway keyboard manipulator";
# Nixpkgs / NixOS version to use.
inputs.nixpkgs.url = "nixpkgs/nixos-21.11";
inputs.nixpkgs.url = "nixpkgs/nixos-22.11";
outputs = { self, nixpkgs }:
let
@ -55,6 +55,6 @@
# The default package for 'nix build'. This makes sense if the
# flake provides only one package or there is a clear "main"
# package.
defaultPackage = forAllSystems (system: self.packages.${system}.waybar-kb);
#defaultPackage = forAllSystems (system: self.packages.${system}.waybar-kb);
};
}