Skip to content

Commit

Permalink
uwsm: test the module from upstream PR
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Aug 20, 2024
1 parent 08fb638 commit eaa0808
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 128 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable"; # Unstable NixOS system (default)
nixpkgs-edge.url = "nixpkgs/master"; # Only used for bleeding edge packages
uwsm-test-nixpkgs.url = "github:NixOS/nixpkgs/refs/pull/335625/merge";

flake-parts = {
url = "github:hercules-ci/flake-parts"; # Flake parts for easy flake management
Expand Down
2 changes: 1 addition & 1 deletion modules-overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}: {
imports = [
#./amdgpu.nix # import modules here to test
./uwsm/module.nix
"${inputs.uwsm-test-nixpkgs}/nixos/modules/programs/wayland/uwsm.nix"
];

nixpkgs.overlays = [
Expand Down
127 changes: 0 additions & 127 deletions modules-overlays/uwsm/module.nix

This file was deleted.

0 comments on commit eaa0808

Please sign in to comment.